See: Description
| Interface | Description |
|---|---|
| IdentifierGenerationStrategy |
Interface for identifier generators.
|
| Class | Description |
|---|---|
| DataSealer |
Applies a MAC to time-limited information and encrypts with a symmetric key.
|
| RandomIdentifierGenerationStrategy |
Generates a random number of bytes via a
Random source and encodes them into a string using a
BinaryEncoder (Hex by default). |
| SecureRandomIdentifierGenerationStrategy |
A specialized subclass of
RandomIdentifierGenerationStrategy which constrains the supplied
random number generator to be an instance of SecureRandom. |
| Type4UuidIdentifierGenerationStrategy |
Generates a type 4 UUID as an identifier.
|
| Exception | Description |
|---|---|
| DataExpiredException |
Indicates the sealed data has expired.
|
| DataSealerException |
Exceptions during use of the
DataSealer. |
Copyright © 1999-2013. All Rights Reserved.