public class BerUtcTime extends BerVisibleString
Modifier and Type | Field and Description |
---|---|
static BerTag |
tag |
value
Constructor and Description |
---|
BerUtcTime() |
BerUtcTime(byte[] value) |
BerUtcTime(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, toString
public static final BerTag tag
public BerUtcTime()
public BerUtcTime(byte[] value)
public BerUtcTime(java.lang.String valueAsString)
public int encode(BerByteArrayOutputStream os, boolean withTag) throws java.io.IOException
encode
in class BerVisibleString
java.io.IOException
public int decode(java.io.InputStream is, boolean withTag) throws java.io.IOException
decode
in class BerVisibleString
java.io.IOException