Package org.webpki.asn1.cert
Class DistinguishedName
java.lang.Object
org.webpki.asn1.cert.DistinguishedName
X.509 DistinguishedName
-
Constructor Summary
ConstructorsConstructorDescriptionDistinguishedName(Hashtable<String, String> nameOrOIDValuePairs) DistinguishedName(BaseASN1Object distinguishedName) DistinguishedName(RelativeDistinguishedName[] relativeDistinguishedNames) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleaninthashCode()static DistinguishedNameissuerDN(X509Certificate certificate) static DistinguishedNameissuerDN(ASN1Sequence certificate) static DistinguishedNamesubjectDN(X509Certificate certificate) static DistinguishedNamesubjectDN(ASN1Sequence certificate) toASN1()toString()
-
Constructor Details
-
DistinguishedName
-
DistinguishedName
-
DistinguishedName
-
-
Method Details