Uses of Class
org.owasp.esapi.errors.EncryptionRuntimeException
-
Packages that use EncryptionRuntimeException Package Description org.owasp.esapi.reference.crypto This package contains the reference implementation for some of the ESAPI cryptography-related classes used throughout ESAPI. -
-
Uses of EncryptionRuntimeException in org.owasp.esapi.reference.crypto
Methods in org.owasp.esapi.reference.crypto that throw EncryptionRuntimeException Modifier and Type Method Description java.lang.String
ReferenceEncryptedProperties. getProperty(java.lang.String key)
Gets the property value from the encrypted store, decrypts it, and returns the plaintext value to the caller.java.lang.String
ReferenceEncryptedProperties. getProperty(java.lang.String key, java.lang.String defaultValue)
java.lang.String
ReferenceEncryptedProperties. setProperty(java.lang.String key, java.lang.String value)
Encrypts the plaintext property value and stores the ciphertext value in the encrypted store.
-