public class

IETFUtils

extends Object
java.lang.Object
   ↳ org.bouncycastle.asn1.x500.style.IETFUtils

Summary

Public Constructors
IETFUtils()
Public Methods
static void appendTypeAndValue(StringBuffer buf, AttributeTypeAndValue typeAndValue, Hashtable oidSymbols)
static String canonicalize(String s)
static ASN1ObjectIdentifier decodeAttrName(String name, Hashtable lookUp)
static RDN[] rDNsFromString(String name, X500NameStyle x500Style)
static String stripInternalSpaces(String str)
static ASN1Encodable valueFromHexString(String str, int off)
static String valueToString(ASN1Encodable value)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public IETFUtils ()

Public Methods

public static void appendTypeAndValue (StringBuffer buf, AttributeTypeAndValue typeAndValue, Hashtable oidSymbols)

public static String canonicalize (String s)

public static ASN1ObjectIdentifier decodeAttrName (String name, Hashtable lookUp)

public static RDN[] rDNsFromString (String name, X500NameStyle x500Style)

public static String stripInternalSpaces (String str)

public static ASN1Encodable valueFromHexString (String str, int off)

Throws
IOException

public static String valueToString (ASN1Encodable value)