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 |
---|---|
String |
ReferenceEncryptedProperties.getProperty(String key)
Gets the property value from the encrypted store, decrypts it, and
returns the plaintext value to the caller.
|
String |
ReferenceEncryptedProperties.getProperty(String key,
String defaultValue) |
String |
ReferenceEncryptedProperties.setProperty(String key,
String value)
Encrypts the plaintext property value and stores the ciphertext value
in the encrypted store.
|
Copyright © 2017 The Open Web Application Security Project (OWASP). All rights reserved.