public class X509DefaultEntryConverter extends X509NameEntryConverter
Constructor and Description |
---|
X509DefaultEntryConverter() |
Modifier and Type | Method and Description |
---|---|
DERObject |
getConvertedValue(DERObjectIdentifier oid,
String value)
Apply default coversion for the given value depending on the oid
and the character range of the value.
|
canBePrintable, convertHexEncoded
public DERObject getConvertedValue(DERObjectIdentifier oid, String value)
getConvertedValue
in class X509NameEntryConverter
oid
- the object identifier for the DN entryvalue
- the value associated with itCopyright © 2015. All rights reserved.