org.bouncycastle.sasn1

Class Asn1Integer


public class Asn1Integer
extends DerObject

Field Summary

Fields inherited from class org.bouncycastle.sasn1.Asn1Object

_baseTag, _contentStream, _tagNumber

Constructor Summary

Asn1Integer(BigInteger value)
Asn1Integer(int baseTag, byte[] data)
Asn1Integer(long value)

Method Summary

BigInteger
getValue()

Methods inherited from class org.bouncycastle.sasn1.DerObject

getEncoded, getRawContentStream, getTagNumber

Methods inherited from class org.bouncycastle.sasn1.Asn1Object

getRawContentStream, getTagNumber, isConstructed

Constructor Details

Asn1Integer

public Asn1Integer(BigInteger value)

Asn1Integer

protected Asn1Integer(int baseTag,
                      byte[] data)
            throws IOException

Asn1Integer

public Asn1Integer(long value)

Method Details

getValue

public BigInteger getValue()