Class X509DefaultEntryConverter
-
- All Implemented Interfaces:
public class X509DefaultEntryConverter extends X509NameEntryConverter
The default converter for X509 DN entries when going from their string value to ASN.1 strings.
-
-
Constructor Summary
Constructors Constructor Description X509DefaultEntryConverter()
-
Method Summary
Modifier and Type Method 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. -
-
Method Detail
-
getConvertedValue
ASN1Primitive getConvertedValue(ASN1ObjectIdentifier oid, String value)
Apply default coversion for the given value depending on the oid and the character range of the value.
- Parameters:
oid
- the object identifier for the DN entryvalue
- the value associated with it- Returns:
the ASN.1 equivalent for the string value.
-
-
-
-