JavaTM 2 Platform
Std. Ed. v1.4.0

Uses of Package
java.security.cert

Packages that use java.security.cert
java.security Provides the classes and interfaces for the security framework. 
java.security.cert Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths. 
javax.net.ssl Provides classes for the secure socket package. 
 

Classes in java.security.cert used by java.security
CertificateException
          This exception indicates one of a variety of certificate problems.
 

Classes in java.security.cert used by java.security.cert
Certificate
          Abstract class for managing a variety of identity certificates.
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.
CertPathBuilderException
          An exception indicating one of a variety of problems encountered when building a certification path with a CertPathBuilder.
CertPathBuilderResult
          A specification of the result of a certification path builder algorithm.
CertPathParameters
          A specification of certification path algorithm parameters.
CertPathValidatorException
          An exception indicating one of a variety of problems encountered when validating a certification path.
CertPathValidatorResult
          A specification of the result of a certification path validator algorithm.
CertSelector
          A selector that defines a set of criteria for selecting Certificates.
CertStoreException
          An exception indicating one of a variety of problems retrieving certificates and CRLs from a CertStore.
CertStoreParameters
          A specification of CertStore parameters.
CRL
          This class is an abstraction of certificate revocation lists (CRLs) that have different formats but important common uses.
CRLException
          CRL (Certificate Revocation List) Exception.
CRLSelector
          A selector that defines a set of criteria for selecting CRLs.
PKIXCertPathValidatorResult
          This class represents the successful result of the PKIX certification path validation algorithm.
PKIXParameters
          Parameters used as input for the PKIX CertPathValidator algorithm.
X509Extension
          Interface for an X.509 extension.
 

Classes in java.security.cert used by javax.net.ssl
CertificateException
          This exception indicates one of a variety of certificate problems.
 


JavaTM 2 Platform
Std. Ed. v1.4.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.