public class BerTime extends BerVisibleString
| Modifier and Type | Field and Description |
|---|---|
static BerTag |
tag |
value| Constructor and Description |
|---|
BerTime() |
BerTime(byte[] value) |
BerTime(String valueAsString) |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(InputStream is,
boolean withTag) |
int |
encode(OutputStream reverseOS,
boolean withTag) |
decode, encode, toStringpublic static final BerTag tag
public BerTime()
public BerTime(byte[] value)
public BerTime(String valueAsString)
public int encode(OutputStream reverseOS, boolean withTag) throws IOException
encode in class BerVisibleStringIOExceptionpublic int decode(InputStream is, boolean withTag) throws IOException
decode in class BerVisibleStringIOException