BerType, java.io.SerializableBerEnumpublic 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.IOExceptionpublic 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.IOExceptionpublic void encodeAndSave(int encodingSizeGuess)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic byte byteValue()
public short shortValue()
public int intValue()
public long longValue()