public class BerGeneralizedTime extends BerOctetString
| Modifier and Type | Field and Description |
|---|---|
static BerTag |
tag |
value| Constructor and Description |
|---|
BerGeneralizedTime() |
BerGeneralizedTime(byte[] octetString) |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(java.io.InputStream is,
boolean withTag) |
int |
encode(BerByteArrayOutputStream os,
boolean withTag) |
decode, encode, toStringpublic static final BerTag tag
public BerGeneralizedTime()
public BerGeneralizedTime(byte[] octetString)
public int encode(BerByteArrayOutputStream os, boolean withTag) throws java.io.IOException
encode in class BerOctetStringjava.io.IOExceptionpublic int decode(java.io.InputStream is,
boolean withTag)
throws java.io.IOException
decode in class BerOctetStringjava.io.IOException