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