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