public class BerUtcTime extends BerVisibleString
Modifier and Type | Field and Description |
---|---|
static BerTag |
tag |
value
Constructor and Description |
---|
BerUtcTime() |
BerUtcTime(byte[] value) |
BerUtcTime(String valueAsString) |
Modifier and Type | Method and Description |
---|---|
int |
decode(InputStream is,
boolean withTag) |
int |
encode(OutputStream reverseOS,
boolean withTag) |
decode, encode, toString
public static final BerTag tag
public BerUtcTime()
public BerUtcTime(byte[] value)
public BerUtcTime(String valueAsString)
public int encode(OutputStream reverseOS, boolean withTag) throws IOException
encode
in class BerVisibleString
IOException
public int decode(InputStream is, boolean withTag) throws IOException
decode
in class BerVisibleString
IOException