| Interface | Description |
|---|---|
| PasswordProvider |
This specifies an interface for providing a password for decrypting a key or license.
|
| PrivateKeyDataProvider |
Specifies an interface for retrieving the private key file data.
|
| PublicKeyDataProvider |
Specifies an interface for retrieving the public key file data.
|
| RSAKeyPairGeneratorInterface |
An interface for the key pair generator to make unit testing possible.
|
| Class | Description |
|---|---|
| Encryptor |
A class for easy, strong, two-way encryption/decryption of strings.
|
| FilePrivateKeyDataProvider |
A default implementation of
PrivateKeyDataProvider that reads the private key from a file. |
| 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.
|
| RSAKeyPairGenerator |
The generator one should use to create public/private key pairs for use with
the application.
|
| RSAKeyPairGeneratorInterface.GeneratedClassDescriptor |
Copyright © 2010-2013 NWTS Java Code. All Rights Reserved. Licensed Under the Apache License version 2.0.