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