org.openmuc.jasn1.ber.types.string
public class BerUTF8String extends BerOctetString
Modifier and Type | Field and Description |
---|---|
static BerIdentifier |
identifier |
id, octetString
Constructor and Description |
---|
BerUTF8String() |
BerUTF8String(byte[] octetString) |
BerUTF8String(java.lang.String visibleString) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
decode, encode
public static final BerIdentifier identifier
public BerUTF8String()
public BerUTF8String(byte[] octetString)
public BerUTF8String(java.lang.String visibleString) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class BerOctetString