Uses of Class
org.bouncycastle.asn1.x500.RDN
| Package | Description |
|---|---|
| org.bouncycastle.asn1.x500 | |
| org.bouncycastle.asn1.x500.style |
-
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(String dirName)Return an array of RDN generated from the passed in String.static RDNRDN. getInstance(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(String dirName)RDN[]RFC4519Style. fromString(String dirName)static RDN[]IETFUtils. rDNsFromString(String name, X500NameStyle x500Style)Methods in org.bouncycastle.asn1.x500.style with parameters of type RDN Modifier and Type Method Description static voidIETFUtils. appendRDN(StringBuffer buf, RDN rdn, Hashtable oidSymbols)protected booleanBCStyle. rdnAreEqual(RDN rdn1, RDN rdn2)protected booleanRFC4519Style. rdnAreEqual(RDN rdn1, RDN rdn2)static booleanIETFUtils. rDNAreEqual(RDN rdn1, RDN rdn2)