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