| Interface | Description |
|---|---|
| GeneralNameInterface |
This interface specifies the abstract methods which have to be
implemented by all the members of the GeneralNames ASN.1 object.
|
| SMCertificate |
SM certificate containing ID.
|
| Class | Description |
|---|---|
| AccessDescription | |
| AlgIdDSA |
This class identifies DSS/DSA Algorithm variants, which are distinguished
by using different algorithm parameters P, Q, G.
|
| AuthorityInfoAccessExtension |
The Authority Information Access Extension (OID = 1.3.6.1.5.5.7.1.1).
|
| AuthorityKeyIdentifierExtension |
This class represents the Authority Key Identifier Extension.
|
| AVA |
X.500 Attribute-Value-Assertion (AVA): an attribute, as identified by
some attribute ID, has some particular value.
|
| BasicConstraintsExtension |
This class represents the Basic Constraints Extension.
|
| CertificateAlgorithmId |
This class defines the AlgorithmId for the Certificate.
|
| CertificateExtensions |
This class defines the Extensions attribute for the Certificate.
|
| CertificateIssuerExtension |
Represents the CRL Certificate Issuer Extension (OID = 2.5.29.29).
|
| CertificatePoliciesExtension |
This class defines the certificate policies extension which specifies the
policies under which the certificate has been issued
and the purposes for which the certificate may be used.
|
| CertificatePolicyId |
Represent the CertificatePolicyId ASN.1 object.
|
| CertificatePolicyMap |
Represent the CertificatePolicyMap ASN.1 object.
|
| CertificatePolicySet |
This class defines the certificate policy set ASN.1 object.
|
| CertificateSerialNumber |
This class defines the SerialNumber attribute for the Certificate.
|
| CertificateSubjectName |
This class defines the X500Name attribute for the Certificate.
|
| CertificateValidity |
This class defines the interval for which the certificate is valid.
|
| CertificateVersion |
This class defines the version of the X509 Certificate.
|
| CertificateX509Key |
This class defines the X509Key attribute for the Certificate.
|
| CRLDistributionPointsExtension |
Represent the CRL Distribution Points Extension (OID = 2.5.29.31).
|
| CRLExtensions |
This class defines the CRL Extensions.
|
| CRLNumberExtension |
Represent the CRL Number Extension.
|
| CRLReasonCodeExtension |
The reasonCode is a non-critical CRL entry extension that identifies
the reason for the certificate revocation.
|
| DeltaCRLIndicatorExtension |
Represents the Delta CRL Indicator Extension.
|
| DistributionPoint |
Represent the DistributionPoint sequence used in the CRL
Distribution Points Extension (OID = 2.5.29.31).
|
| DistributionPointName |
Represents the DistributionPointName ASN.1 type.
|
| DNSName |
This class implements the DNSName as required by the GeneralNames
ASN.1 object.
|
| EDIPartyName |
This class defines the EDIPartyName of the GeneralName choice.
|
| ExtendedKeyUsageExtension |
This class defines the Extended Key Usage Extension, which
indicates one or more purposes for which the certified public key
may be used, in addition to or in place of the basic purposes
indicated in the key usage extension field.
|
| Extension |
Represent a X509 Extension Attribute.
|
| FreshestCRLExtension |
Represents the Freshest CRL Extension.
|
| GeneralName |
This class implements the ASN.1 GeneralName object class.
|
| GeneralNames |
This object class represents the GeneralNames type required in
X509 certificates.
|
| GeneralSubtree |
Represent the GeneralSubtree ASN.1 object, whose syntax is:
|
| GeneralSubtrees |
Represent the GeneralSubtrees ASN.1 object.
|
| InhibitAnyPolicyExtension |
This class represents the Inhibit Any-Policy Extension.
|
| InvalidityDateExtension |
From RFC 5280:
|
| IPAddressName |
This class implements the IPAddressName as required by the GeneralNames
ASN.1 object.
|
| IssuerAlternativeNameExtension |
This represents the Issuer Alternative Name Extension.
|
| IssuingDistributionPointExtension |
Represents the CRL Issuing Distribution Point Extension (OID = 2.5.29.28).
|
| KeyIdentifier |
Represent the Key Identifier ASN.1 object.
|
| KeyUsageExtension |
Represent the Key Usage Extension.
|
| NameConstraintsExtension |
This class defines the Name Constraints Extension.
|
| NetscapeCertTypeExtension |
Represents Netscape Certificate Type Extension.
|
| OCSPNoCheckExtension |
Represent the OCSP NoCheck Extension from RFC2560.
|
| OIDMap |
This class defines the mapping from OID & name to class and vice
versa.
|
| OIDName |
This class implements the OIDName as required by the GeneralNames
ASN.1 object.
|
| OtherName |
This class represents the OtherName as required by the GeneralNames
ASN.1 object.
|
| PKIXExtensions |
Lists all the object identifiers of the X509 extensions of the PKIX profile.
|
| PolicyConstraintsExtension |
This class defines the certificate extension which specifies the
Policy constraints.
|
| PolicyInformation |
PolicyInformation is the class that contains a specific certificate policy
that is part of the CertificatePoliciesExtension.
|
| PolicyMappingsExtension |
Represent the Policy Mappings Extension.
|
| PrivateKeyUsageExtension |
This class defines the Private Key Usage Extension.
|
| RDN |
RDNs are a set of {attribute = value} assertions.
|
| ReasonFlags |
Represent the CRL Reason Flags.
|
| RFC822Name |
This class implements the RFC822Name as required by the GeneralNames
ASN.1 object.
|
| SerialNumber |
This class defines the SerialNumber class used by certificates.
|
| SubjectAlternativeNameExtension |
This represents the Subject Alternative Name Extension.
|
| SubjectInfoAccessExtension |
The Subject Information Access Extension (OID = 1.3.6.1.5.5.7.1.11).
|
| SubjectKeyIdentifierExtension |
Represent the Subject Key Identifier Extension.
|
| UniqueIdentity |
This class defines the UniqueIdentity class used by certificates.
|
| URIName |
This class implements the URIName as required by the GeneralNames
ASN.1 object.
|
| X400Address |
This class defines the X400Address of the GeneralName choice.
|
| X500Name |
Note: As of 1.4, the public class,
javax.security.auth.x500.X500Principal,
should be used when parsing, generating, and comparing X.500 DNs.
|
| X509CertImpl |
The X509CertImpl class represents an X.509 certificate.
|
| X509CertInfo |
The X509CertInfo class represents X.509 certificate information.
|
| X509CRLEntryImpl |
Abstract class for a revoked certificate in a CRL.
|
| X509CRLImpl |
An implementation for X509 CRL (Certificate Revocation List).
|
| X509CRLImpl.TBSCertList |
| Exception | Description |
|---|---|
| CertException | Deprecated
use one of Exceptions defined in the java.security.cert
package.
|