public class BerUTF8String extends BerOctetString
| Modifier and Type | Field and Description |
|---|---|
static BerTag |
tag |
value| Constructor and Description |
|---|
BerUTF8String() |
BerUTF8String(byte[] value) |
BerUTF8String(String valueAsString) |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(InputStream is,
boolean withTag) |
int |
encode(OutputStream reverseOS,
boolean withTag) |
String |
toString() |
decode, encodepublic static final BerTag tag
public BerUTF8String()
public BerUTF8String(byte[] value)
public BerUTF8String(String valueAsString)
public String toString()
toString in class BerOctetStringpublic int encode(OutputStream reverseOS, boolean withTag) throws IOException
encode in class BerOctetStringIOExceptionpublic int decode(InputStream is, boolean withTag) throws IOException
decode in class BerOctetStringIOException