Java Platform 1.2
Beta 4

Uses of Class
java.security.GeneralSecurityException

Packages that use GeneralSecurityException
java.security Provides the classes and interfaces for the security framework.  
java.security.cert Provides classes and interfaces for parsing and managing certificates.  
java.security.spec Provides classes and interfaces for key specifications and algorithm parameter specifications.  
 

Uses of GeneralSecurityException in java.security
 

Subclasses of GeneralSecurityException in java.security
  DigestException
          This is the generic Message Digest exception.
  InvalidAlgorithmParameterException
          This is the exception for invalid or inappropriate algorithm parameters.
  InvalidKeyException
          This is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc).
  KeyException
          This is the basic key exception.
  KeyManagementException
          This is the general key management exception, for all operations dealing with key management.
  KeyStoreException
          This is the generic KeyStore exception.
  NoSuchAlgorithmException
          This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment.
  NoSuchProviderException
          This exception is thrown when a particular security provider is requested but is not available in the environment.
  SignatureException
          This is the generic Signature exception.
  UnrecoverableKeyException
          This exception is thrown if a key in the keystore cannot be recovered.
 

Uses of GeneralSecurityException in java.security.cert
 

Subclasses of GeneralSecurityException in java.security.cert
  CertificateEncodingException
          Certificate Encoding Exception.
  CertificateException
          This exception indicates one of a variety of certificate problems.
  CertificateExpiredException
          Certificate Expired Exception.
  CertificateNotYetValidException
          Certificate is not yet valid exception.
  CertificateParsingException
          Certificate Parsing Exception.
  CRLException
          CRL (Certificate Revocation List) Exception
 

Uses of GeneralSecurityException in java.security.spec
 

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


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.