public class BerEnum extends BerInteger
| Modifier and Type | Field and Description |
|---|---|
static BerTag |
tag |
code, value| Constructor and Description |
|---|
BerEnum() |
BerEnum(BigInteger val) |
BerEnum(byte[] code) |
BerEnum(long val) |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(InputStream is,
boolean withTag) |
int |
encode(OutputStream reverseOS,
boolean withTag) |
byteValue, decode, encode, encodeAndSave, intValue, longValue, shortValue, toStringpublic static final BerTag tag
public BerEnum()
public BerEnum(byte[] code)
public BerEnum(BigInteger val)
public BerEnum(long val)
public int encode(OutputStream reverseOS, boolean withTag) throws IOException
encode in class BerIntegerIOExceptionpublic int decode(InputStream is, boolean withTag) throws IOException
decode in class BerIntegerIOException