public class

X509DefaultEntryConverter

extends X509NameEntryConverter
java.lang.Object
   ↳ org.bouncycastle.asn1.x509.X509NameEntryConverter
     ↳ org.bouncycastle.asn1.x509.X509DefaultEntryConverter

Class Overview

The default converter for X509 DN entries when going from their string value to ASN.1 strings.

Summary

Public Constructors
X509DefaultEntryConverter()
Public Methods
DERObject getConvertedValue(DERObjectIdentifier oid, String value)
Apply default coversion for the given value depending on the oid and the character range of the value.
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.x509.X509NameEntryConverter
From class java.lang.Object

Public Constructors

public X509DefaultEntryConverter ()

Public Methods

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.

Parameters
oid the object identifier for the DN entry
value the value associated with it
Returns
  • the ASN.1 equivalent for the string value.