public class ASN1IntegerBC extends ASN1PrimitiveBC implements IASN1Integer
ASN1Integer.| Constructor and Description |
|---|
ASN1IntegerBC(org.bouncycastle.asn1.ASN1Integer i)
Creates new wrapper instance for
ASN1Integer. |
ASN1IntegerBC(BigInteger i)
Creates new wrapper instance for
ASN1Integer. |
ASN1IntegerBC(int i)
Creates new wrapper instance for
ASN1Integer. |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.ASN1Integer |
getASN1Integer()
Gets actual org.bouncycastle object being wrapped.
|
BigInteger |
getValue() |
getEncoded, getEncoded, getPrimitiveequals, getEncodable, hashCode, isNull, toASN1Primitive, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEncoded, getEncodedisNull, toASN1Primitivepublic ASN1IntegerBC(org.bouncycastle.asn1.ASN1Integer i)
ASN1Integer.i - ASN1Integer to be wrappedpublic ASN1IntegerBC(int i)
ASN1Integer.i - int value to create ASN1Integer to be wrappedpublic ASN1IntegerBC(BigInteger i)
ASN1Integer.i - BigInteger value to create ASN1Integer to be wrappedpublic org.bouncycastle.asn1.ASN1Integer getASN1Integer()
ASN1Integer.public BigInteger getValue()
getValue in interface IASN1IntegerCopyright © 1998–2023 Apryse Group NV. All rights reserved.