Uses of Class
java.security.GeneralSecurityException
Package
Description
Provides the classes and interfaces for the security framework.
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
Provides classes and interfaces for key specifications and algorithm
parameter specifications.
Provides the classes and interfaces for cryptographic
operations.
This package provides a pluggable authentication framework.
-
Uses of GeneralSecurityException in java.security
Modifier and TypeClassDescriptionclass
This is the generic Message Digest exception.class
This is the exception for invalid or inappropriate algorithm parameters.class
This is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc).class
This is the basic key exception.class
This is the general key management exception for all operations dealing with key management.class
This is the generic KeyStore exception.class
This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment.class
This exception is thrown when a particular security provider is requested but is not available in the environment.class
This is the generic Signature exception.class
This exception is thrown if an entry in the keystore cannot be recovered.class
This exception is thrown if a key in the keystore cannot be recovered. -
Uses of GeneralSecurityException in java.security.cert
Modifier and TypeClassDescriptionclass
Certificate Encoding Exception.class
This exception indicates one of a variety of certificate problems.class
Certificate Expired Exception.class
Certificate is not yet valid exception.class
Certificate Parsing Exception.class
An exception that indicates an X.509 certificate is revoked.class
An exception indicating one of a variety of problems encountered when building a certification path with aCertPathBuilder
.class
An exception indicating one of a variety of problems encountered when validating a certification path.class
An exception indicating one of a variety of problems retrieving certificates and CRLs from aCertStore
.class
CRL (Certificate Revocation List) Exception. -
Uses of GeneralSecurityException in java.security.spec
Modifier and TypeClassDescriptionclass
This is the exception for invalid key specifications.class
This is the exception for invalid parameter specifications. -
Uses of GeneralSecurityException in javax.crypto
Modifier and TypeClassDescriptionclass
This exception is thrown when aCipher
operating in an AEAD mode (such as GCM/CCM) is unable to verify the supplied authentication tag.class
This exception is thrown when a particular padding mechanism is expected for the input data but the data is not padded properly.class
This is the generic ExemptionMechanism exception.class
This exception is thrown when the length of data provided to a block cipher is incorrect, i.e., does not match the block size of the cipher.class
This exception is thrown when a particular padding mechanism is requested but is not available in the environment.class
This exception is thrown when an output buffer provided by the user is too short to hold the operation result. -
Uses of GeneralSecurityException in javax.security.auth.login
Modifier and TypeClassDescriptionclass
A generic account exception.class
Signals that a user account has expired.class
Signals that an account was locked.class
Signals that an account was not found.class
A generic credential exception.class
Signals that aCredential
has expired.class
Signals that a credential was not found.class
Signals that user authentication failed.class
This is the basic login exception.