public class X509DefaultEntryConverter extends X509NameEntryConverter
| Constructor and Description | 
|---|
X509DefaultEntryConverter()  | 
| Modifier and Type | Method and 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. 
 | 
canBePrintable, 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