public class X509DefaultEntryConverter extends X509NameEntryConverter
| Constructor and Description |
|---|
X509DefaultEntryConverter() |
| Modifier and Type | Method and Description |
|---|---|
ASN1Primitive |
getConvertedValue(ASN1ObjectIdentifier oid,
String value)
Apply default coversion for the given value depending on the oid
and the character range of the value.
|
canBePrintable, convertHexEncodedpublic X509DefaultEntryConverter()
public ASN1Primitive getConvertedValue(ASN1ObjectIdentifier oid, String value)
getConvertedValue in class X509NameEntryConverteroid - the object identifier for the DN entryvalue - the value associated with it