Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)
Frames | No Frames

Uses of Class java.security.GeneralSecurityException

Uses in package java.security

Classes derived from java.security.GeneralSecurityException

class
DigestException
This exception indicates that a generic message digest exception has occurred.
class
InvalidAlgorithmParameterException
Thrown for an invalid security algorithm parameter.
class
InvalidKeyException
Thrown for an invalid key.
class
KeyException
This exception is thrown when there is a problem with a key.
class
KeyManagementException
This exception is thrown whenever a problem related to the management of security keys is encountered.
class
KeyStoreException
Indicates a problem with the key store.
class
NoSuchAlgorithmException
This exception is thrown when the requested security algorithm is not available
class
NoSuchProviderException
This exception is thrown when the requested security provider is not available.
class
SignatureException
This exception is thrown when a problem is encountered with a digital signature.
class
UnrecoverableKeyException
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
CertificateEncodingException
Exception for a Certificate Encoding.
class
CertificateException
Exception for a Certificate.
class
CertificateExpiredException
Exception for a Certificate Expiring.
class
CertificateNotYetValidException
Exception for a Certificate that is not yet valid.
class
CertificateParsingException
Exception for parsing a DER-encoded Certificate.
class
CertPathBuilderException
Indicates a problem while using a CertPathBuilder, wrapping the lower exception.
class
CertPathValidatorException
Indicates a problem while validating a certification path.
class
CertStoreException
Indicates a problem while retrieving certificates and CRLs from CertStore, wrapping the lower exception.
class
CRLException
Exception for a Certificate Revocation List.

Uses in package java.security.spec

Classes derived from java.security.GeneralSecurityException

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

Uses in package javax.security.auth.login

Classes derived from java.security.GeneralSecurityException

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

Uses in package javax.crypto

Classes derived from java.security.GeneralSecurityException

class
BadPaddingException
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
ExemptionMechanismException
Signals a general exception in an ExemptionMechanism.
class
IllegalBlockSizeException
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
NoSuchPaddingException
This exception is thrown when a particular padding scheme is requested but is not available.
class
ShortBufferException
This exception is thrown on an attempt to transform bytes into a buffer that is too short to contain the data.
Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)

AltStyle によって変換されたページ (->オリジナル) /