Package org.webpki.asn1.cert
Class DistinguishedName
java.lang.Object
org.webpki.asn1.cert.DistinguishedName
X.509 DistinguishedName
-
Constructor Summary
ConstructorDescriptionDistinguishedName
(Hashtable<String, String> nameOrOIDValuePairs) DistinguishedName
(BaseASN1Object distinguishedName) DistinguishedName
(RelativeDistinguishedName[] relativeDistinguishedNames) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
int
hashCode()
static DistinguishedName
issuerDN
(X509Certificate certificate) static DistinguishedName
issuerDN
(ASN1Sequence certificate) static DistinguishedName
subjectDN
(X509Certificate certificate) static DistinguishedName
subjectDN
(ASN1Sequence certificate) toASN1()
toString()
-
Constructor Details
-
DistinguishedName
-
DistinguishedName
-
DistinguishedName
-
-
Method Details