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

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

Introduction

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

The text is from its open source code.

Constructor

DERInteger(byte[] bytes)
Constructor from a byte array containing a signed representation of the number.
DERInteger(BigInteger value)
DERInteger(long value)

Method

BigIntegergetPositiveValue()
in some cases positive values get crammed into a space, that's not quite big enough...
BigIntegergetValue()