|
Bouncy Castle Cryptography 1.51 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.ASN1Integer
org.bouncycastle.asn1.DERInteger
public class DERInteger
| Constructor Summary | |
|---|---|
DERInteger(java.math.BigInteger value)
Deprecated. |
|
DERInteger(byte[] bytes)
Deprecated. Constructor from a byte array containing a signed representation of the number. |
|
DERInteger(long value)
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class org.bouncycastle.asn1.ASN1Integer |
|---|
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 |
|---|
public 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)
|
Bouncy Castle Cryptography 1.51 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||