public class X509DefaultEntryConverter extends X509NameEntryConverter
| Constructor | Description |
|---|---|
X509DefaultEntryConverter() |
| Modifier and Type | Method | Description |
|---|---|---|
ASN1Primitive |
getConvertedValue(ASN1ObjectIdentifier oid,
java.lang.String value) |
Apply default coversion for the given value depending on the oid
and the character range of the value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanBePrintable, convertHexEncodedpublic ASN1Primitive getConvertedValue(ASN1ObjectIdentifier oid, java.lang.String value)
getConvertedValue in class X509NameEntryConverteroid - the object identifier for the DN entryvalue - the value associated with it