Package | Description |
---|---|
org.owasp.esapi |
The ESAPI interfaces and
Exception 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.
|
Modifier and Type | Method and Description |
---|---|
String |
Encryptor.seal(String data,
long timestamp)
Creates a seal that binds a set of data and includes an expiration timestamp.
|
Modifier and Type | Method and Description |
---|---|
String |
JavaEncryptor.seal(String data,
long expiration)
Creates a seal that binds a set of data and includes an expiration timestamp.
|
Copyright © 2012 The Open Web Application Security Project (OWASP). All Rights Reserved.