Package org.bouncycastle.asn1
Class ASN1Integer
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.DERInteger
org.bouncycastle.asn1.ASN1Integer
- All Implemented Interfaces:
ASN1Encodable
public class ASN1Integer extends DERInteger
-
Constructor Summary
Constructors Constructor Description ASN1Integer(long value)ASN1Integer(BigInteger value) -
Method Summary
Methods inherited from class org.bouncycastle.asn1.DERInteger
getInstance, getInstance, getPositiveValue, getValue, hashCode, toStringMethods inherited from class org.bouncycastle.asn1.ASN1Primitive
equals, fromByteArray, toASN1PrimitiveMethods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
-
Constructor Details
-
ASN1Integer
-
ASN1Integer
public ASN1Integer(long value)
-