Package org.webpki.asn1.cert
Class RelativeDistinguishedName
java.lang.Object
org.webpki.asn1.cert.RelativeDistinguishedName
X.509 RelativeDistinguishedName (RDN), i.e. a subpart of an
X.509 DistinguishedName.-
Constructor Summary
ConstructorsConstructorDescriptionRelativeDistinguishedName(String nameOrOID, String value) RelativeDistinguishedName(Hashtable<String, String> nameOrOIDValuePairs) RelativeDistinguishedName(BaseASN1Object relativeDistinguishedName) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancompareValues(ASN1String v1, ASN1String v2) booleaninthashCode()static Stringstatic StringtoASN1()toString()void
-
Constructor Details
-
RelativeDistinguishedName
-
RelativeDistinguishedName
-
RelativeDistinguishedName
-
-
Method Details