org.bouncycastle.sasn1

Class Asn1Integer

public class Asn1Integer extends DerObject

Deprecated: use corresponsding classes in org.bouncycastle.asn1.

Constructor Summary
protected Asn1Integer(int baseTag, byte[] data)
Asn1Integer(long value)
Asn1Integer(BigInteger value)
Method Summary
BigIntegergetValue()

Constructor Detail

Asn1Integer

protected Asn1Integer(int baseTag, byte[] data)

Asn1Integer

public Asn1Integer(long value)

Asn1Integer

public Asn1Integer(BigInteger value)

Method Detail

getValue

public BigInteger getValue()