GeneralSecurityException
public
class
GeneralSecurityException
extends Exception
Known direct subclasses
BadPaddingException, CRLException, CertPathBuilderException, CertPathValidatorException, CertStoreException, CertificateException, DigestException, ExemptionMechanismException, IllegalBlockSizeException, InvalidAlgorithmParameterException, InvalidKeySpecException, InvalidParameterSpecException, KeyException, KeyStoreException, LoginException, and 6 others.
| BadPaddingException |
This exception is thrown when a particular padding mechanism is
expected for the input data but the data is not padded properly.
|
| CRLException |
CRL (Certificate Revocation List) Exception.
|
| CertPathBuilderException |
An exception indicating one of a variety of problems encountered when
building a certification path with a CertPathBuilder.
|
| CertPathValidatorException |
An exception indicating one of a variety of problems encountered when
validating a certification path.
|
| CertStoreException |
An exception indicating one of a variety of problems retrieving
certificates and CRLs from a CertStore.
|
| CertificateException |
This exception indicates one of a variety of certificate problems.
|
| DigestException |
This is the generic Message Digest exception.
|
| ExemptionMechanismException |
This is the generic ExemptionMechanism exception.
|
| IllegalBlockSizeException |
This exception is thrown when the length of data provided to a block
cipher is incorrect, i | |