BerType
public class BerEnum extends BerInteger
Modifier and Type | Field | Description |
---|---|---|
static BerTag |
tag |
value
Constructor | Description |
---|---|
BerEnum() |
|
BerEnum(byte[] code) |
|
BerEnum(long val) |
|
BerEnum(java.math.BigInteger val) |
Modifier and Type | Method | 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