| Package | Description |
|---|---|
| sun.security.x509 |
| Modifier and Type | Method and Description |
|---|---|
GeneralNames |
GeneralNames.add(GeneralName name) |
GeneralNames |
DistributionPoint.getCRLIssuer()
Return the CRL issuer name or null if not set.
|
GeneralNames |
DistributionPointName.getFullName()
Returns the full name for the distribution point or null if not set.
|
GeneralNames |
DistributionPoint.getFullName()
Return the full distribution point name or null if not set.
|
| Constructor and Description |
|---|
AuthorityKeyIdentifierExtension(KeyIdentifier kid,
GeneralNames name,
SerialNumber sn)
The default constructor for this extension.
|
CertificateIssuerExtension(GeneralNames issuer)
Create a CertificateIssuerExtension containing the specified issuer name.
|
DistributionPoint(GeneralNames fullName,
boolean[] reasonFlags,
GeneralNames crlIssuer)
Constructor for the class using GeneralNames for DistributionPointName
|
DistributionPoint(RDN relativeName,
boolean[] reasonFlags,
GeneralNames crlIssuer)
Constructor for the class using RelativeDistinguishedName for
DistributionPointName
|
DistributionPointName(GeneralNames fullName)
Creates a distribution point name using a full name.
|
IssuerAlternativeNameExtension(GeneralNames names)
Create a IssuerAlternativeNameExtension with the passed GeneralNames.
|
SubjectAlternativeNameExtension(java.lang.Boolean critical,
GeneralNames names)
Create a SubjectAlternativeNameExtension with the specified
criticality and GeneralNames.
|
SubjectAlternativeNameExtension(GeneralNames names)
Create a SubjectAlternativeNameExtension with the passed GeneralNames.
|
Copyright © 2020. All Rights Reserved.