ASN1Encodable, Encodablepublic class DERInteger extends ASN1Integer
| Constructor | Description |
|---|---|
DERInteger(byte[] bytes) |
Deprecated.
Constructor from a byte array containing a signed representation of the number.
|
DERInteger(long value) |
Deprecated.
|
DERInteger(java.math.BigInteger value) |
Deprecated.
|
getInstance, getInstance, getPositiveValue, getValue, hashCode, toStringgetEncoded, getEncoded, hasEncodedTagValue, toASN1Objectequals, fromByteArray, toASN1Primitivepublic DERInteger(byte[] bytes)
bytes - a byte array containing the signed number.A copy is made of the byte array.public DERInteger(java.math.BigInteger value)
public DERInteger(long value)