Uses of Class
org.bouncycastle.asn1.x500.RDN
-
Packages that use RDN Package Description org.bouncycastle.asn1.x500 The base classes for defining an X.500 name.org.bouncycastle.asn1.x500.style A package of "style" templates for produce X.500 names and converting them to and from strings. -
-
Uses of RDN in org.bouncycastle.asn1.x500
Methods in org.bouncycastle.asn1.x500 that return RDN Modifier and Type Method Description RDN[]
X500NameStyle. fromString(java.lang.String dirName)
Return an array of RDN generated from the passed in String.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.Constructors in org.bouncycastle.asn1.x500 with parameters of type RDN Constructor Description X500Name(RDN[] rDNs)
X500Name(X500NameStyle style, RDN[] rDNs)
-
Uses of RDN in org.bouncycastle.asn1.x500.style
Methods in org.bouncycastle.asn1.x500.style that return RDN Modifier and Type Method Description RDN[]
BCStyle. fromString(java.lang.String dirName)
RDN[]
RFC4519Style. fromString(java.lang.String dirName)
static RDN[]
IETFUtils. rDNsFromString(java.lang.String name, X500NameStyle x500Style)
Methods in org.bouncycastle.asn1.x500.style with parameters of type RDN Modifier and Type Method Description static void
IETFUtils. appendRDN(java.lang.StringBuffer buf, RDN rdn, java.util.Hashtable oidSymbols)
protected boolean
AbstractX500NameStyle. rdnAreEqual(RDN rdn1, RDN rdn2)
static boolean
IETFUtils. rDNAreEqual(RDN rdn1, RDN rdn2)
-