org.bouncycastle.util.Encodable
public 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() |
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