|
Bouncy Castle Cryptography 1.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.bcpg.BCPGObject | +--org.bouncycastle.bcpg.MPInteger
a mulitple 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
public MPInteger(java.math.BigInteger value)
Method Detail |
public java.math.BigInteger getValue()
public void encode(BCPGOutputStream out) throws java.io.IOException
|
Bouncy Castle Cryptography 1.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |