|
Bouncy Castle Cryptography 1.30 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.bouncycastle.sasn1.Asn1Object
|
+--org.bouncycastle.sasn1.DerObject
|
+--org.bouncycastle.sasn1.Asn1Integer
| Fields inherited from class org.bouncycastle.sasn1.Asn1Object |
_baseTag, _contentStream, _tagNumber |
| Constructor Summary | |
|
Asn1Integer(java.math.BigInteger value)
|
protected |
Asn1Integer(int baseTag,
byte[] data)
|
|
Asn1Integer(long value)
|
| Method Summary | |
java.math.BigInteger |
getValue()
|
| Methods inherited from class org.bouncycastle.sasn1.DerObject |
getEncoded, getRawContentStream, getTagNumber |
| Methods inherited from class org.bouncycastle.sasn1.Asn1Object |
isConstructed |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected Asn1Integer(int baseTag,
byte[] data)
throws java.io.IOException
public Asn1Integer(long value)
public Asn1Integer(java.math.BigInteger value)
| Method Detail |
public java.math.BigInteger getValue()
|
Bouncy Castle Cryptography 1.30 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||