Bouncy Castle Cryptography Library 1.33 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.sasn1.Asn1Object
org.bouncycastle.sasn1.DerObject
org.bouncycastle.sasn1.Asn1Integer
public class Asn1Integer
extends DerObject
Field Summary |
Fields inherited from class org.bouncycastle.sasn1.Asn1Object | |
_baseTag , _contentStream , _tagNumber |
Constructor Summary | |
| |
| |
|
Method Summary | |
BigInteger |
|
Methods inherited from class org.bouncycastle.sasn1.DerObject | |
getEncoded , getRawContentStream , getTagNumber |
Methods inherited from class org.bouncycastle.sasn1.Asn1Object | |
getRawContentStream , getTagNumber , isConstructed |
public Asn1Integer(BigInteger value)
protected Asn1Integer(int baseTag, byte[] data) throws IOException
public Asn1Integer(long value)