Package org.bouncycastle.bcpg
Class MPInteger
- java.lang.Object
-
- org.bouncycastle.bcpg.BCPGObject
-
- org.bouncycastle.bcpg.MPInteger
-
- All Implemented Interfaces:
org.bouncycastle.util.Encodable
public class MPInteger extends BCPGObject
a multiple precision integer
-
-
Constructor Summary
Constructors Constructor Description MPInteger(java.math.BigInteger value)
MPInteger(BCPGInputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
encode(BCPGOutputStream out)
java.math.BigInteger
getValue()
-
Methods inherited from class org.bouncycastle.bcpg.BCPGObject
getEncoded
-
-
-
-
Constructor Detail
-
MPInteger
public MPInteger(BCPGInputStream in) throws java.io.IOException
- Throws:
java.io.IOException
-
MPInteger
public MPInteger(java.math.BigInteger value)
-
-
Method Detail
-
getValue
public java.math.BigInteger getValue()
-
encode
public void encode(BCPGOutputStream out) throws java.io.IOException
- Specified by:
encode
in classBCPGObject
- Throws:
java.io.IOException
-
-