public class MPInteger extends BCPGObject
Constructor and Description |
---|
MPInteger(BCPGInputStream in) |
MPInteger(java.math.BigInteger value) |
Modifier and Type | Method and Description |
---|---|
void |
encode(BCPGOutputStream out) |
java.math.BigInteger |
getValue() |
getEncoded
public MPInteger(BCPGInputStream in) throws java.io.IOException
java.io.IOException
public MPInteger(java.math.BigInteger value)
public java.math.BigInteger getValue()
public void encode(BCPGOutputStream out) throws java.io.IOException
encode
in class BCPGObject
java.io.IOException