This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
Class Summary |
Certificate |
Abstract class for managing a variety of identity certificates. |
Certificate.CertificateRep |
Alternate Certificate class for serialization. |
CertificateFactory |
This class defines the functionality of a certificate factory, which is
used to generate certificate, certification path (CertPath )
and certificate revocation list (CRL) objects from their encodings. |
CertificateFactorySpi |
This class defines the Service Provider Interface (SPI)
for the CertificateFactory class. |
CertPath |
An immutable sequence of certificates (a certification path). |
CertPath.CertPathRep |
Alternate CertPath class for serialization. |
CertPathBuilder |
A class for building certification paths (also known as certificate chains). |
CertPathBuilderSpi |
The Service Provider Interface (SPI)
for the java.security.cert.CertPathBuilder class. |
CertPathValidator |
A class for validating certification paths (also known as certificate
chains). |
CertPathValidatorSpi |
The Service Provider Interface (SPI)
for the java.security.cert.CertPathValidator class. |
CertStore |
A class for retrieving Certificate s and CRL s
from a repository. |
CertStoreSpi |
The Service Provider Interface (SPI)
for the java.security.cert.CertStore class. |
CollectionCertStoreParameters |
Parameters used as input for the Collection CertStore
algorithm. |
CRL |
This class is an abstraction of certificate revocation lists (CRLs) that
have different formats but important common uses. |
LDAPCertStoreParameters |
Parameters used as input for the LDAP CertStore algorithm. |
PKIXBuilderParameters |
Parameters used as input for the PKIX CertPathBuilder
algorithm. |
PKIXCertPathBuilderResult |
This class represents the successful result of the PKIX certification
path builder algorithm. |
PKIXCertPathChecker |
An abstract class that performs one or more checks on an
X509Certificate . |
PKIXCertPathValidatorResult |
This class represents the successful result of the PKIX certification
path validation algorithm. |
PKIXParameters |
Parameters used as input for the PKIX CertPathValidator
algorithm. |
PolicyQualifierInfo |
An immutable policy qualifier represented by the ASN.1 PolicyQualifierInfo
structure. |
TrustAnchor |
A trust anchor or most-trusted Certification Authority (CA). |
X509Certificate |
Abstract class for X.509 certificates. |
X509CertSelector |
A CertSelector that selects X509Certificates that
match all specified criteria. |
X509CRL |
Abstract class for an X.509 Certificate Revocation List (CRL). |
X509CRLEntry |
Abstract class for a revoked certificate in a CRL (Certificate
Revocation List). |
X509CRLSelector |
A CRLSelector that selects X509CRLs that
match all specified criteria. |
This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
This page displays the
Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
The official Sun™ documentation can be found here at
http://java.sun.com/javase/6/docs/api/.