See: Description
| Interface | Description |
|---|---|
| Key |
The Key interface is the top-level interface for all keys.
|
| PrivateKey |
A private key.
|
| Class | Description |
|---|---|
| KeyStore |
This class represents a storage facility for cryptographic
keys and certificates.
|
| KeyStoreSpi |
This class defines the Service Provider Interface (SPI)
for the
KeyStore class. |
| SecureRandom |
This class provides a cryptographically strong random number
generator (RNG).
|
| Exception | Description |
|---|---|
| GeneralSecurityException |
The
GeneralSecurityException class is a generic
security exception class that provides type safety for all the
security-related exception classes that extend from it. |
| InvalidAlgorithmParameterException |
This is the exception for invalid or inappropriate algorithm parameters.
|
| KeyException |
This is the basic key exception.
|
| KeyManagementException |
This is the general key management exception for all operations
dealing with key management.
|
| KeyStoreException |
This is the generic KeyStore exception.
|
| NoSuchAlgorithmException |
This exception is thrown when a particular cryptographic algorithm is
requested but is not available in the environment.
|
| UnrecoverableEntryException |
This exception is thrown if an entry in the keystore cannot be recovered.
|
| UnrecoverableKeyException |
This exception is thrown if a key in the keystore cannot be recovered.
|