| Interface | Description |
|---|---|
| KeyGenerator |
This interface defines the method to generate a java.security.Key.
|
| KeyPairGenerator |
This interface defines the method to generate a java.security.KeyPair.
|
| Class | Description |
|---|---|
| KeyPair |
This class holds a PrivateKey and PublicKey pair.
|
| KeySetHelper |
This class provides function to return all keys or the latest keys from
KeySetGroups managed in the configuration.
|
| PasswordUtil |
PasswordUtil class provides utility functions to encode and decode passwords. |
| Exception | Description |
|---|---|
| InvalidPasswordDecodingException |
InvalidPasswordDecodingException is thrown when a data String
cannot be decoded. |
| InvalidPasswordEncodingException |
InvalidPasswordEncodingException is thrown when a data String
cannot be encoded. |
| KeyException |
This is a generic exception thrown for most key management-related errors.
|
| UnsupportedCryptoAlgorithmException |
UnsupportedCryptoAlgorithmException is thrown when the specified crypto
algorithm is not supported by the implementation. |