|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.asn1.x509.X509NameEntryConverter | +--org.bouncycastle.asn1.x509.X509DefaultEntryConverter
The default converter for X509 DN entries when going from their string value to ASN.1 strings.
Constructor Summary | |
X509DefaultEntryConverter()
|
Method Summary | |
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. |
Methods inherited from class org.bouncycastle.asn1.x509.X509NameEntryConverter |
canBePrintable, convertHexEncoded |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public X509DefaultEntryConverter()
Method Detail |
public ASN1Primitive getConvertedValue(ASN1ObjectIdentifier oid, java.lang.String value)
getConvertedValue
in class X509NameEntryConverter
oid
- the object identifier for the DN entryvalue
- the value associated with it
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |