| 
 | JavaTM 2 Platform Std. Ed. v1.3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|  class | DigestExceptionThis is the generic Message Digest exception. | 
|  class | InvalidAlgorithmParameterExceptionThis is the exception for invalid or inappropriate algorithm parameters. | 
|  class | InvalidKeyExceptionThis is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc). | 
|  class | KeyExceptionThis is the basic key exception. | 
|  class | KeyManagementExceptionThis is the general key management exception, for all operations dealing with key management. | 
|  class | KeyStoreExceptionThis is the generic KeyStore exception. | 
|  class | NoSuchAlgorithmExceptionThis exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment. | 
|  class | NoSuchProviderExceptionThis exception is thrown when a particular security provider is requested but is not available in the environment. | 
|  class | SignatureExceptionThis is the generic Signature exception. | 
|  class | UnrecoverableKeyExceptionThis 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 | |
|  class | CertificateEncodingExceptionCertificate Encoding Exception. | 
|  class | CertificateExceptionThis exception indicates one of a variety of certificate problems. | 
|  class | CertificateExpiredExceptionCertificate Expired Exception. | 
|  class | CertificateNotYetValidExceptionCertificate is not yet valid exception. | 
|  class | CertificateParsingExceptionCertificate Parsing Exception. | 
|  class | CRLExceptionCRL (Certificate Revocation List) Exception | 
| Uses of GeneralSecurityException in java.security.spec | 
| Subclasses of GeneralSecurityException in java.security.spec | |
|  class | InvalidKeySpecExceptionThis is the exception for invalid key specifications. | 
|  class | InvalidParameterSpecExceptionThis is the exception for invalid parameter specifications. | 
| 
 | JavaTM 2 Platform Std. Ed. v1.3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.