public class BerUTF8String extends BerOctetString
Modifier and Type | Field and Description |
---|---|
static BerIdentifier |
identifier |
id, value
Constructor and Description |
---|
BerUTF8String() |
BerUTF8String(byte[] value) |
BerUTF8String(java.lang.String valueAsString) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
decode, encode
public static final BerIdentifier identifier
public BerUTF8String()
public BerUTF8String(byte[] value)
public BerUTF8String(java.lang.String valueAsString) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class BerOctetString