Package | Description |
---|---|
org.spongycastle.asn1.x500 | |
org.spongycastle.asn1.x500.style |
Modifier and Type | Field and Description |
---|---|
private RDN[] |
X500Name.rdns |
Modifier and Type | Method and Description |
---|---|
RDN[] |
X500NameStyle.fromString(java.lang.String dirName) |
static RDN |
RDN.getInstance(java.lang.Object obj) |
RDN[] |
X500Name.getRDNs()
return an array of RDNs in structure order.
|
RDN[] |
X500Name.getRDNs(ASN1ObjectIdentifier attributeType)
return an array of RDNs containing the attribute type given by OID in structure order.
|
Constructor and Description |
---|
X500Name(RDN[] rDNs) |
X500Name(X500NameStyle style,
RDN[] rDNs) |
Modifier and Type | Method and Description |
---|---|
RDN[] |
RFC4519Style.fromString(java.lang.String dirName) |
RDN[] |
BCStyle.fromString(java.lang.String dirName) |
static RDN[] |
IETFUtils.rDNsFromString(java.lang.String name,
X500NameStyle x500Style) |
Modifier and Type | Method and Description |
---|---|
private boolean |
RFC4519Style.foundMatch(boolean reverse,
RDN rdn,
RDN[] possRDNs) |
private boolean |
RFC4519Style.foundMatch(boolean reverse,
RDN rdn,
RDN[] possRDNs) |
private boolean |
BCStyle.foundMatch(boolean reverse,
RDN rdn,
RDN[] possRDNs) |
private boolean |
BCStyle.foundMatch(boolean reverse,
RDN rdn,
RDN[] possRDNs) |
protected boolean |
RFC4519Style.rdnAreEqual(RDN rdn1,
RDN rdn2) |
protected boolean |
BCStyle.rdnAreEqual(RDN rdn1,
RDN rdn2) |