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
ConstructorDescriptionRelativeDistinguishedName
(String nameOrOID, String value) RelativeDistinguishedName
(Hashtable<String, String> nameOrOIDValuePairs) RelativeDistinguishedName
(BaseASN1Object relativeDistinguishedName) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
compareValues
(ASN1String v1, ASN1String v2) boolean
int
hashCode()
static String
static String
toASN1()
toString()
void
-
Constructor Details
-
RelativeDistinguishedName
-
RelativeDistinguishedName
-
RelativeDistinguishedName
-
-
Method Details