public class BerDuration extends BerTime
Modifier and Type | Field and Description |
---|---|
static BerTag |
tag |
value
Constructor and Description |
---|
BerDuration() |
BerDuration(byte[] value) |
BerDuration(java.lang.String valueAsString) |
Modifier and Type | Method and 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 BerDuration()
public BerDuration(byte[] value)
public BerDuration(java.lang.String valueAsString) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException