public class MPInteger extends BCPGObject
Constructor and Description |
---|
MPInteger(BCPGInputStream in) |
MPInteger(BigInteger value) |
Modifier and Type | Method and Description |
---|---|
void |
encode(BCPGOutputStream out) |
BigInteger |
getValue() |
getEncoded
public MPInteger(BCPGInputStream in) throws IOException
IOException
public MPInteger(BigInteger value)
public BigInteger getValue()
public void encode(BCPGOutputStream out) throws IOException
encode
in class BCPGObject
IOException
Copyright © 2018 BouncyCastle.org. All rights reserved.