public class BerVisibleString extends Object implements Serializable, BerType
| Constructor and Description |
|---|
BerVisibleString() |
BerVisibleString(byte[] value) |
BerVisibleString(String valueAsString) |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(InputStream is) |
int |
decode(InputStream is,
boolean withTag) |
int |
encode(OutputStream reverseOS) |
int |
encode(OutputStream reverseOS,
boolean withTag) |
String |
toString() |
public static final BerTag tag
public byte[] value
public BerVisibleString()
public BerVisibleString(byte[] value)
public BerVisibleString(String valueAsString)
public int encode(OutputStream reverseOS) throws IOException
encode in interface BerTypeIOExceptionpublic int encode(OutputStream reverseOS, boolean withTag) throws IOException
IOExceptionpublic int decode(InputStream is) throws IOException
decode in interface BerTypeIOExceptionpublic int decode(InputStream is, boolean withTag) throws IOException
IOException