public interface X500NameStyle
Modifier and Type | Method and Description |
---|---|
boolean |
areEqual(X500Name name1,
X500Name name2) |
ASN1ObjectIdentifier |
attrNameToOID(String attrName) |
int |
calculateHashCode(X500Name name) |
RDN[] |
fromString(String dirName) |
ASN1Encodable |
stringToValue(ASN1ObjectIdentifier oid,
String value)
Convert the passed in String value into the appropriate ASN.1
encoded object.
|
String |
toString(X500Name name) |
ASN1Encodable stringToValue(ASN1ObjectIdentifier oid, String value)
oid
- the oid associated with the value in the DN.value
- the value of the particular DN component.ASN1ObjectIdentifier attrNameToOID(String attrName)
int calculateHashCode(X500Name name)
Copyright © 2015. All rights reserved.