| Interface | Description |
|---|---|
| PasswordProvider |
This specifies an interface for providing a password for decrypting a key or license.
|
| PublicKeyDataProvider |
Specifies an interface for retrieving the public key file data.
|
| Class | Description |
|---|---|
| Encryptor |
A class for easy, strong, two-way encryption/decryption of strings.
|
| FilePublicKeyDataProvider |
A default implementation of
PublicKeyDataProvider that reads the public key from a file. |
| Hasher |
Used for creating hash keys of things that won't need to be unencrypted.
|
| KeyFileUtilities |
A class of utility methods for reading and writing private and public keys
to files.
|
Copyright © 2010-2013 NWTS Java Code. All Rights Reserved. Licensed Under the Apache License version 2.0.