BerType
public class BerTimeOfDay extends BerTime
Modifier and Type | Field | Description |
---|---|---|
static BerTag |
tag |
value
Constructor | Description |
---|---|
BerTimeOfDay() |
|
BerTimeOfDay(byte[] value) |
|
BerTimeOfDay(java.lang.String valueAsString) |
Modifier and Type | Method | Description |
---|---|---|
int |
decode(java.io.InputStream is,
boolean withTag) |
|
int |
encode(java.io.OutputStream reverseOS,
boolean withTag) |
decode, encode, toString
public static final BerTag tag
public BerTimeOfDay()
public BerTimeOfDay(byte[] value)
public BerTimeOfDay(java.lang.String valueAsString)