This class represents ASN.1 Integer type.
See Also: http://asn1.elibel.tm.fr/en/standards/index.htm
Constructor Summary
public
ASN1Integer() Constructs ASN.1 Integer type
The constructor is provided for inheritance purposes
when there is a need to create a custom ASN.1 Integer type.
getInstance() Returns ASN.1 Integer type default implementation
The default implementation works with encoding
that is represented as byte array in two's-complement notation.
Constructs ASN.1 Integer type
The constructor is provided for inheritance purposes
when there is a need to create a custom ASN.1 Integer type.
To get a default implementation it is recommended to use
getInstance() method.
Returns ASN.1 Integer type default implementation
The default implementation works with encoding
that is represented as byte array in two's-complement notation.
ASN.1 Integer type default implementation