Package | Description |
---|---|
java.security |
Contains core language classes related to permission management.
|
java.security.cert |
Contains classes for certificate management.
|
javax.net.ssl |
Contains classes for ssl management.
|
Class and 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. |
Key
The Key interface is the top-level interface for all keys.
|
KeyException
This is the basic key exception.
|
KeyStore
This class represents a storage facility for cryptographic
keys and certificates.
|
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.
|
Class and 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. |
Class and Description |
---|
KeyManagementException
This is the general key management exception for all operations
dealing with key management.
|
KeyStore
This class represents a storage facility for cryptographic
keys and certificates.
|
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.
|
SecureRandom
This class provides a cryptographically strong random number
generator (RNG).
|
UnrecoverableKeyException
This exception is thrown if a key in the keystore cannot be recovered.
|