| Package | Description |
|---|---|
| sun.security.x509 |
| Modifier and Type | Method and Description |
|---|---|
RDN |
DistributionPointName.getRelativeName()
Returns the relative name for the distribution point or null if not set.
|
RDN |
DistributionPoint.getRelativeName()
Return the relative distribution point name or null if not set.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RDN> |
X500Name.rdns()
Return an immutable List of all RDNs in this X500Name.
|
| Constructor and Description |
|---|
DistributionPoint(RDN relativeName,
boolean[] reasonFlags,
GeneralNames crlIssuer)
Constructor for the class using RelativeDistinguishedName for
DistributionPointName
|
DistributionPointName(RDN relativeName)
Creates a distribution point name using a relative name.
|
X500Name(RDN[] rdnArray)
Constructs a name from an array of relative distinguished names
|
Copyright © 2020. All Rights Reserved.