org.bouncycastle.bcpg

Class MPInteger


public class MPInteger
extends BCPGObject

a mulitple precision integer

Constructor Summary

MPInteger(BigInteger value)
MPInteger(BCPGInputStream in)

Method Summary

void
encode(BCPGOutputStream out)
BigInteger
getValue()

Methods inherited from class org.bouncycastle.bcpg.BCPGObject

encode, getEncoded

Constructor Details

MPInteger

public MPInteger(BigInteger value)

MPInteger

public MPInteger(BCPGInputStream in)
            throws IOException

Method Details

encode

public void encode(BCPGOutputStream out)
            throws IOException
Overrides:
encode in interface BCPGObject

getValue

public BigInteger getValue()