Uses of Class java.security.GeneralSecurityException

Uses in package java.security

Classes derived from java.security.GeneralSecurityException

class
This exception indicates that a generic message digest exception has occurred.
class
Thrown for an invalid security algorithm parameter.
class
Thrown for an invalid key.
class
This exception is thrown when there is a problem with a key.
class
This exception is thrown whenever a problem related to the management of security keys is encountered.
class
Indicates a problem with the key store.
class
This exception is thrown when the requested security algorithm is not available
class
This exception is thrown when the requested security provider is not available.
class
This exception is thrown when a problem is encountered with a digital signature.
class
This exception is thrown when a key cannot be recovered from the key store.

Uses in package java.security.cert

Classes derived from java.security.GeneralSecurityException

class
Exception for a Certificate Encoding.
class
Exception for a Certificate.
class
Exception for a Certificate Expiring.
class
Exception for a Certificate that is not yet valid.
class
Exception for parsing a DER-encoded Certificate.
class
Indicates a problem while using a CertPathBuilder, wrapping the lower exception.
class
Indicates a problem while validating a certification path.
class
Indicates a problem while retrieving certificates and CRLs from CertStore, wrapping the lower exception.
class
Exception for a Certificate Revocation List.

Uses in package java.security.spec

Classes derived from java.security.GeneralSecurityException

class
Exception for an invalid key specification.
class
Exception for an invalid algorithm specification.

Uses in package javax.security.auth.login

Classes derived from java.security.GeneralSecurityException

class
This is the base class for various account-related exceptions.
class
An exception that signals that an attempt was made to login to an account that has expired.
class
An exception indicating that an account is locked.
class
An exception indicating that an account was not found.
class
This is the base class for various credential-related exceptions.
class
An exception that signals an attempt to login with a credential that has expired.
class
An exception that indicates that a credential was not found.
class
An exception that signals that an attempt to login was unsuccessful.
class
A general exception during authentication and authorization.

Uses in package javax.crypto

Classes derived from java.security.GeneralSecurityException

class
This exception is thrown during decryption when the decrypted input does not have the proper padding bytes that are expected by the padding mechanism.
class
Signals a general exception in an ExemptionMechanism.
class
This exception is thrown when finishing encryption without padding or decryption and the input is not a multiple of the cipher's block size.
class
This exception is thrown when a particular padding scheme is requested but is not available.
class
This exception is thrown on an attempt to transform bytes into a buffer that is too short to contain the data.