Class X509DefaultEntryConverter

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • X509DefaultEntryConverter

        X509DefaultEntryConverter()
    • 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 entry
        value - the value associated with it
        Returns:

        the ASN.1 equivalent for the string value.