| Package | Description |
|---|---|
| org.owasp.esapi.reference.crypto |
This package contains the reference implementation for some of
the ESAPI cryptography-related classes used throughout ESAPI.
|
| Modifier and Type | Method and 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.
|
Copyright © 2014 The Open Web Application Security Project (OWASP). All Rights Reserved.