|
Bouncy Castle Cryptography Library 1.45 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.bcpg.BCPGObject
org.bouncycastle.bcpg.MPInteger
public class MPInteger
a multiple precision integer
Constructor Summary | |
---|---|
MPInteger(BCPGInputStream in)
|
|
MPInteger(java.math.BigInteger value)
|
Method Summary | |
---|---|
void |
encode(BCPGOutputStream out)
|
java.math.BigInteger |
getValue()
|
Methods inherited from class org.bouncycastle.bcpg.BCPGObject |
---|
getEncoded |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MPInteger(BCPGInputStream in) throws java.io.IOException
java.io.IOException
public MPInteger(java.math.BigInteger value)
Method Detail |
---|
public java.math.BigInteger getValue()
public void encode(BCPGOutputStream out) throws java.io.IOException
encode
in class BCPGObject
java.io.IOException
|
Bouncy Castle Cryptography Library 1.45 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |