Class | Description |
---|---|
CertificateFactory |
This class implements a CertificateFactory for X.509.
|
ChainVerifier |
This class provides a framework that allows you to verify certificate chains.
|
NetscapeCertRequest |
This class represents a certificate request as has been introduced by Netscape
Navigator 3.0 and 4.x and used with the HTML <keygen> of many browsers.
|
PublicKeyInfo |
This class implements a
PublicKeyInfo as used within X.509
certificates for representing the subject's public key in the
SubjectPublicKeyInfo field. |
RawPublicKey |
This class implements a raw, generic X.509 public key as may appear in an X.509
certificate or, for instance, PKCS#10 certificate request.
|
RevokedCertificate |
This class represents a revoked certificate.
|
SimpleChainVerifier |
This class allows you to verify certificate chains.
|
UnknownExtension |
This class implements any unknown extension.
|
V3Extension |
This class is the basic implementation for X.509v3 certificate and X.509v2 CRL extensions.
|
X509Certificate |
This class represents a X.509 version 3 certificate, as specified by ISO/IEC
and ANSI X9.
|
X509CertificateFactory |
Extends the default, JDK11x compatible IAIK
CertificateFactory to add support for CertPath generating
methods. |
X509CertPath |
X.509 CertPath implementation.
|
X509CRL |
This class represents a X.509v2 CertificateRevocationList (CRL).
|
X509Extensions |
This class is used to deal with X.509v3 certificate and X.509v2 CRL
extensions.
|
Exception | Description |
---|---|
X509ExtensionException |
This exception is thrown if there is a problem with a X.509 extension.
|
X509ExtensionInitException |
This exception is thrown if an implementation of an extension can not be initialized.
|