| Package | Description |
|---|---|
| sun.security.x509 |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorityInfoAccessExtension
The Authority Information Access Extension (OID = 1.3.6.1.5.5.7.1.1).
|
class |
AuthorityKeyIdentifierExtension
This class represents the Authority Key Identifier Extension.
|
class |
BasicConstraintsExtension
This class represents the Basic Constraints Extension.
|
class |
CertificateIssuerExtension
Represents the CRL Certificate Issuer Extension (OID = 2.5.29.29).
|
class |
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.
|
class |
CRLDistributionPointsExtension
Represent the CRL Distribution Points Extension (OID = 2.5.29.31).
|
class |
CRLNumberExtension
Represent the CRL Number Extension.
|
class |
CRLReasonCodeExtension
The reasonCode is a non-critical CRL entry extension that identifies
the reason for the certificate revocation.
|
class |
DeltaCRLIndicatorExtension
Represents the Delta CRL Indicator Extension.
|
class |
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.
|
class |
FreshestCRLExtension
Represents the Freshest CRL Extension.
|
class |
InhibitAnyPolicyExtension
This class represents the Inhibit Any-Policy Extension.
|
class |
IssuerAlternativeNameExtension
This represents the Issuer Alternative Name Extension.
|
class |
IssuingDistributionPointExtension
Represents the CRL Issuing Distribution Point Extension (OID = 2.5.29.28).
|
class |
KeyUsageExtension
Represent the Key Usage Extension.
|
class |
NameConstraintsExtension
This class defines the Name Constraints Extension.
|
class |
NetscapeCertTypeExtension
Represents Netscape Certificate Type Extension.
|
class |
PolicyConstraintsExtension
This class defines the certificate extension which specifies the
Policy constraints.
|
class |
PolicyMappingsExtension
Represent the Policy Mappings Extension.
|
class |
PrivateKeyUsageExtension
This class defines the Private Key Usage Extension.
|
class |
SubjectAlternativeNameExtension
This represents the Subject Alternative Name Extension.
|
class |
SubjectKeyIdentifierExtension
Represent the Subject Key Identifier Extension.
|
| Modifier and Type | Method and Description |
|---|---|
Extension |
CRLExtensions.get(java.lang.String alias)
Get the extension with this alias.
|
Extension |
X509CertImpl.getExtension(ObjectIdentifier oid)
Gets the extension identified by the given ObjectIdentifier
|
Extension |
X509CRLEntryImpl.getExtension(ObjectIdentifier oid)
get an extension
|
Extension |
X509CertImpl.getUnparseableExtension(ObjectIdentifier oid) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Extension> |
CertificateExtensions.getAllExtensions()
Return a collection view of the extensions.
|
java.util.Collection<Extension> |
CRLExtensions.getAllExtensions()
Return a collection view of the extensions.
|
java.util.Enumeration<Extension> |
CertificateExtensions.getElements()
Return an enumeration of names of attributes existing within this
attribute.
|
java.util.Enumeration<Extension> |
CRLExtensions.getElements()
Return an enumeration of the extensions.
|
java.util.Map<java.lang.String,Extension> |
CertificateExtensions.getUnparseableExtensions() |
| Constructor and Description |
|---|
Extension(Extension ext)
Constructs an Extension from another extension.
|
Copyright © 2020. All Rights Reserved.