BerTypepublic class BerUtcTime extends BerVisibleString
| Modifier and Type | Field | Description |
|---|---|---|
static BerTag |
tag |
value| Constructor | Description |
|---|---|
BerUtcTime() |
|
BerUtcTime(byte[] value) |
|
BerUtcTime(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, toStringpublic static final BerTag tag
public BerUtcTime()
public BerUtcTime(byte[] value)
public BerUtcTime(java.lang.String valueAsString)
public 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