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() |
getEncodedpublic MPInteger(BCPGInputStream in) throws java.io.IOException
java.io.IOExceptionpublic MPInteger(java.math.BigInteger value)
public java.math.BigInteger getValue()
public void encode(BCPGOutputStream out) throws java.io.IOException
encode in class BCPGObjectjava.io.IOException