Uses of Class
org.owasp.esapi.errors.IntegrityException
-
Packages that use IntegrityException Package Description org.owasp.esapi The ESAPI interfaces andException
classes model the most important security functions to enterprise web applications.org.owasp.esapi.reference.crypto This package contains the reference implementation for some of the ESAPI cryptography-related classes used throughout ESAPI. -
-
Uses of IntegrityException in org.owasp.esapi
Methods in org.owasp.esapi that throw IntegrityException Modifier and Type Method Description java.lang.String
Encryptor. seal(java.lang.String data, long timestamp)
Creates a seal that binds a set of data and includes an expiration timestamp. -
Uses of IntegrityException in org.owasp.esapi.reference.crypto
Methods in org.owasp.esapi.reference.crypto that throw IntegrityException Modifier and Type Method Description java.lang.String
JavaEncryptor. seal(java.lang.String data, long expiration)
Creates a seal that binds a set of data and includes an expiration timestamp.
-