org.bouncycastle.sasn1
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 | |
|---|---|
| BigInteger | getValue() |