Package | Description |
---|---|
java.security | |
java.security.cert | |
java.security.spec | |
javax.crypto |
Modifier and Type | Class and Description |
---|---|
class |
DigestException
This is the generic Message Digest exception.
|
class |
InvalidAlgorithmParameterException |
class |
InvalidKeyException |
class |
KeyException |
class |
KeyManagementException |
class |
KeyStoreException |
class |
NoSuchAlgorithmException |
class |
NoSuchProviderException |
class |
SignatureException |
class |
UnrecoverableEntryException |
class |
UnrecoverableKeyException |
Modifier and Type | Class and Description |
---|---|
class |
CertificateEncodingException
Certificate Encoding Exception.
|
class |
CertificateException
This exception indicates one of a variety of certificate problems.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidKeySpecException |
class |
InvalidParameterSpecException |
Modifier and Type | Class and Description |
---|---|
class |
AEADBadTagException
This exception is thrown when a
Cipher operating in an AEAD mode (such as GCM/CCM) is unable to verify the
supplied authentication tag. |
class |
BadPaddingException |
class |
IllegalBlockSizeException |
class |
NoSuchPaddingException |
class |
ShortBufferException |