org.bouncycastle.util.Encodablepublic class MPInteger extends BCPGObject
| Constructor | Description |
|---|---|
MPInteger(java.math.BigInteger value) |
|
MPInteger(BCPGInputStream in) |
| Modifier and Type | Method | 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