Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1Integer
Package
Description
-
Uses of IASN1Integer in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createASN1Integer
(int i) Create ASN1 Integer wrapper fromint
.BouncyCastleFactory.createASN1Integer
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Integer wrapper.BouncyCastleFactory.createASN1Integer
(BigInteger i) Create ASN1 Integer wrapper fromBigInteger
. -
Uses of IASN1Integer in com.itextpdf.bouncycastle.asn1
-
Uses of IASN1Integer in com.itextpdf.bouncycastle.asn1.x509
Modifier and TypeMethodDescriptionTBSCertificateBC.getSerialNumber()
Calls actualgetSerialNumber
method for the wrapped TBSCertificate object. -
Uses of IASN1Integer in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createASN1Integer
(int i) Create ASN1 Integer wrapper fromint
.BouncyCastleFipsFactory.createASN1Integer
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Integer wrapper.BouncyCastleFipsFactory.createASN1Integer
(BigInteger i) Create ASN1 Integer wrapper fromBigInteger
. -
Uses of IASN1Integer in com.itextpdf.bouncycastlefips.asn1
-
Uses of IASN1Integer in com.itextpdf.bouncycastlefips.asn1.x509
Modifier and TypeMethodDescriptionTBSCertificateBCFips.getSerialNumber()
Calls actualgetSerialNumber
method for the wrapped TBSCertificate object. -
Uses of IASN1Integer in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createASN1Integer
(int i) Create ASN1 Integer wrapper fromint
.IBouncyCastleFactory.createASN1Integer
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Integer wrapper.IBouncyCastleFactory.createASN1Integer
(BigInteger i) Create ASN1 Integer wrapper fromBigInteger
. -
Uses of IASN1Integer in com.itextpdf.commons.bouncycastle.asn1.x509
Modifier and TypeMethodDescriptionITBSCertificate.getSerialNumber()
Calls actualgetSerialNumber
method for the wrapped TBSCertificate object.