Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1Integer
Packages that use IASN1Integer
Package
Description
-
Uses of IASN1Integer in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IASN1IntegerModifier 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
Classes in com.itextpdf.bouncycastle.asn1 that implement IASN1Integer -
Uses of IASN1Integer in com.itextpdf.bouncycastle.asn1.x509
Methods in com.itextpdf.bouncycastle.asn1.x509 that return IASN1IntegerModifier and TypeMethodDescriptionTBSCertificateBC.getSerialNumber()
Calls actualgetSerialNumber
method for the wrapped TBSCertificate object. -
Uses of IASN1Integer in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IASN1IntegerModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createASN1Integer
(int i) BouncyCastleDefaultFactory.createASN1Integer
(IASN1Encodable encodable) BouncyCastleDefaultFactory.createASN1Integer
(BigInteger i) -
Uses of IASN1Integer in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IASN1IntegerModifier 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
Methods in com.itextpdf.commons.bouncycastle.asn1.x509 that return IASN1IntegerModifier and TypeMethodDescriptionITBSCertificate.getSerialNumber()
Calls actualgetSerialNumber
method for the wrapped TBSCertificate object.