org.bouncycastle.asn1.x509
Class X509DefaultEntryConverter
public class X509DefaultEntryConverter
The default converter for X509 DN entries when going from their
string value to
getConvertedValue
public DERObject getConvertedValue(DERObjectIdentifier oid,
String value)
Apply default coversion for the given value depending on the oid
and the character range of the value.
- getConvertedValue in interface X509NameEntryConverter
oid
- the object identifier for the DN entryvalue
- the value associated with it
- the ASN.1 equivalent for the string value.