Java org.bouncycastle.asn1 ASN1Integer fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1 ASN1Integer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1 ASN1Integer.

The text is from its open source code.

Constructor

ASN1Integer(long value)
Construct an INTEGER from the passed in long value.
ASN1Integer(BigInteger value)
Construct an INTEGER from the passed in BigInteger value.
ASN1Integer(byte[] bytes)
Construct an INTEGER from the passed in byte array.

Method

ASN1IntegergetInstance(ASN1TaggedObject obj, boolean explicit)
Return an Integer from a tagged object.
ASN1IntegergetInstance(Object obj)
Return an integer from the passed in object.
BigIntegergetPositiveValue()
in some cases positive values get crammed into a space, that's not quite big enough...
BigIntegergetValue()
StringtoString()