Bouncy Castle Cryptography Library 1.47

org.bouncycastle.asn1
Class ASN1Integer

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Object
      extended by org.bouncycastle.asn1.ASN1Primitive
          extended by org.bouncycastle.asn1.DERInteger
              extended by org.bouncycastle.asn1.ASN1Integer
All Implemented Interfaces:
ASN1Encodable
Direct Known Subclasses:
SubsequentMessage

public class ASN1Integer
extends DERInteger


Constructor Summary
ASN1Integer(java.math.BigInteger value)
           
ASN1Integer(int value)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.asn1.DERInteger
getInstance, getInstance, getPositiveValue, getValue, hashCode, toString
 
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive
equals, fromByteArray, toASN1Primitive
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASN1Integer

public ASN1Integer(java.math.BigInteger value)

ASN1Integer

public ASN1Integer(int value)

Bouncy Castle Cryptography Library 1.47