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