public class DERInteger extends ASN1Integer
bytes
Constructor and Description |
---|
DERInteger(BigInteger value)
Deprecated.
|
DERInteger(byte[] bytes)
Deprecated.
Constructor from a byte array containing a signed representation of the number.
|
DERInteger(long value)
Deprecated.
|
asn1Equals, encode, encodedLength, getInstance, getInstance, getPositiveValue, getValue, hashCode, isConstructed, toString
equals, fromByteArray, toASN1Primitive, toDERObject, toDLObject
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
public DERInteger(byte[] bytes)
bytes
- a byte array containing the signed number.A copy is made of the byte array.public DERInteger(BigInteger value)
public DERInteger(long value)