Uses of Package
org.owasp.esapi.crypto
-
Packages that use org.owasp.esapi.crypto Package Description org.owasp.esapi The ESAPI interfaces andException
classes model the most important security functions to enterprise web applications.org.owasp.esapi.crypto This package contains ESAPI cryptography-related classes used throughout ESAPI.org.owasp.esapi.reference.crypto This package contains the reference implementation for some of the ESAPI cryptography-related classes used throughout ESAPI. -
Classes in org.owasp.esapi.crypto used by org.owasp.esapi Class Description CipherText ASerializable
interface representing the result of encrypting plaintext and some additional information about the encryption algorithm, the IV (if pertinent), and an optional Message Authentication Code (MAC).PlainText A class representing plaintext (versus ciphertext) as related to cryptographic systems. -
Classes in org.owasp.esapi.crypto used by org.owasp.esapi.crypto Class Description CipherSpec Specifies all the relevant configuration data needed in constructing and using aCipher
except for the encryption key.CipherText ASerializable
interface representing the result of encrypting plaintext and some additional information about the encryption algorithm, the IV (if pertinent), and an optional Message Authentication Code (MAC).KeyDerivationFunction.PRF_ALGORITHMS -
Classes in org.owasp.esapi.crypto used by org.owasp.esapi.reference.crypto Class Description CipherText ASerializable
interface representing the result of encrypting plaintext and some additional information about the encryption algorithm, the IV (if pertinent), and an optional Message Authentication Code (MAC).PlainText A class representing plaintext (versus ciphertext) as related to cryptographic systems.