JavaTM 2 Platform
Std. Ed. v1.3.1

Uses of Package
java.security.cert

Packages that use java.security.cert
java.net Provides the classes for implementing networking applications. 
java.security Provides the classes and interfaces for the security framework. 
java.security.cert Provides classes and interfaces for parsing and managing certificates. 
java.util.jar Provides classes for reading and writing the JAR (Java ARchive) file format, which is based on the standard ZIP file format with an optional manifest file. 
 

Classes in java.security.cert used by java.net
Certificate
          Abstract class for managing a variety of identity certificates.
 

Classes in java.security.cert used by java.security
Certificate
          Abstract class for managing a variety of identity certificates.
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.
CertificateFactory
          This class defines the functionality of a certificate factory, which is used to generate certificate and certificate revocation list (CRL) objects from their encodings.
CertificateFactorySpi
          This class defines the Service Provider Interface (SPI) for the CertificateFactory class.
CertificateNotYetValidException
          Certificate is not yet valid exception.
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
X509CRLEntry
          Abstract class for a revoked certificate in a CRL (Certificate Revocation List).
X509Extension
          Interface for an X.509 extension.
 

Classes in java.security.cert used by java.util.jar
Certificate
          Abstract class for managing a variety of identity certificates.
 


JavaTM 2 Platform
Std. Ed. v1.3.1

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 Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.