SATSA - JSR177

Uses of Class
java.security.GeneralSecurityException

Packages that use GeneralSecurityException
java.security Provides the classes and interfaces for the security framework. 
java.security.spec Provides classes and interfaces for key specifications and algorithm parameter specifications. 
javax.crypto Provides the classes and interfaces for cryptographic operations. 
 

Uses of GeneralSecurityException in java.security
 

Subclasses of GeneralSecurityException in java.security
 class DigestException
          This is the generic Message Digest exception.
 class InvalidAlgorithmParameterException
          This is the exception for invalid or inappropriate algorithm parameters.
 class InvalidKeyException
          This is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc).
 class KeyException
          This is the basic key exception.
 class NoSuchAlgorithmException
          This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment.
 class SignatureException
          This is the generic Signature exception.
 

Uses of GeneralSecurityException in java.security.spec
 

Subclasses of GeneralSecurityException in java.security.spec
 class InvalidKeySpecException
          This is the exception for invalid key specifications.
 

Uses of GeneralSecurityException in javax.crypto
 

Subclasses of GeneralSecurityException in javax.crypto
 class BadPaddingException
          This exception is thrown when a particular padding mechanism is expected for the input data but the data is not padded properly.
 class IllegalBlockSizeException
          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 NoSuchPaddingException
          This exception is thrown when a particular padding mechanism is requested but is not available in the environment.
 class ShortBufferException
          This exception is thrown when an output buffer provided by the user is too short to hold the operation result.
 


SATSA - JSR177

Submit a comment or suggestion Version 1.0 of SATSA Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2004 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.