Uses of Class
org.bouncycastle.asn1.x500.RDN
Packages that use RDN
Package
Description
The base classes for defining an X.500 name.
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 RDNModifier and TypeMethodDescriptionRDN[]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 -
Uses of RDN in org.bouncycastle.asn1.x500.style
Methods in org.bouncycastle.asn1.x500.style that return RDNModifier and TypeMethodDescriptionRDN[]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 RDNModifier and TypeMethodDescriptionstatic voidIETFUtils.appendRDN(StringBuffer buf, RDN rdn, Hashtable oidSymbols) protected booleanAbstractX500NameStyle.rdnAreEqual(RDN rdn1, RDN rdn2) static booleanIETFUtils.rDNAreEqual(RDN rdn1, RDN rdn2)