|
Bouncy Castle Cryptography Library 1.45 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.sasn1.Asn1Object
org.bouncycastle.sasn1.DerObject
org.bouncycastle.sasn1.Asn1Integer
public class Asn1Integer
Field Summary |
---|
Fields inherited from class org.bouncycastle.sasn1.Asn1Object |
---|
_baseTag, _contentStream, _tagNumber |
Constructor Summary | |
---|---|
|
Asn1Integer(java.math.BigInteger value)
Deprecated. |
protected |
Asn1Integer(int baseTag,
byte[] data)
Deprecated. |
|
Asn1Integer(long value)
Deprecated. |
Method Summary | |
---|---|
java.math.BigInteger |
getValue()
Deprecated. |
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
java.io.IOException
public Asn1Integer(long value)
public Asn1Integer(java.math.BigInteger value)
Method Detail |
---|
public java.math.BigInteger getValue()
|
Bouncy Castle Cryptography Library 1.45 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |