Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1Sequence
Package
Description
-
Uses of IASN1Sequence in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createASN1Sequence
(byte[] array) Create ASN1 Sequence wrapper frombyte[]
.BouncyCastleFactory.createASN1Sequence
(IASN1Encodable encodable) Cast ASN1 encodable wrapper to the ASN1 Sequence wrapper.BouncyCastleFactory.createASN1Sequence
(Object object) CastObject
to ASN1 Sequence wrapper.BouncyCastleFactory.createASN1SequenceInstance
(Object object) Create ASN1 Sequence wrapper fromObject
usinggetInstance
method call.Modifier and TypeMethodDescriptionBouncyCastleFactory.createContentInfo
(IASN1Sequence sequence) Create content info wrapper from ASN1 Sequence wrapper.BouncyCastleFactory.createSigningCertificate
(IASN1Sequence sequence) Create signing certificate wrapper from ASN1 Sequence wrapper.BouncyCastleFactory.createSigningCertificateV2
(IASN1Sequence sequence) Create signing certificate version 2 wrapper from ASN1 Sequence wrapper. -
Uses of IASN1Sequence in com.itextpdf.bouncycastle.asn1
Modifier and TypeClassDescriptionclass
Wrapper class forASN1Sequence
.class
Wrapper class forDERSequence
. -
Uses of IASN1Sequence in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createASN1Sequence
(byte[] array) Create ASN1 Sequence wrapper frombyte[]
.BouncyCastleFipsFactory.createASN1Sequence
(IASN1Encodable encodable) Cast ASN1 encodable wrapper to the ASN1 Sequence wrapper.BouncyCastleFipsFactory.createASN1Sequence
(Object object) CastObject
to ASN1 Sequence wrapper.BouncyCastleFipsFactory.createASN1SequenceInstance
(Object object) Create ASN1 Sequence wrapper fromObject
usinggetInstance
method call.Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createContentInfo
(IASN1Sequence sequence) Create content info wrapper from ASN1 Sequence wrapper.BouncyCastleFipsFactory.createSigningCertificate
(IASN1Sequence sequence) Create signing certificate wrapper from ASN1 Sequence wrapper.BouncyCastleFipsFactory.createSigningCertificateV2
(IASN1Sequence sequence) Create signing certificate version 2 wrapper from ASN1 Sequence wrapper. -
Uses of IASN1Sequence in com.itextpdf.bouncycastlefips.asn1
Modifier and TypeClassDescriptionclass
Wrapper class forASN1Sequence
.class
Wrapper class forDERSequence
. -
Uses of IASN1Sequence in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createASN1Sequence
(byte[] array) Create ASN1 Sequence wrapper frombyte[]
.IBouncyCastleFactory.createASN1Sequence
(IASN1Encodable encodable) Cast ASN1 encodable wrapper to the ASN1 Sequence wrapper.IBouncyCastleFactory.createASN1Sequence
(Object object) CastObject
to ASN1 Sequence wrapper.IBouncyCastleFactory.createASN1SequenceInstance
(Object object) Create ASN1 Sequence wrapper fromObject
usinggetInstance
method call.Modifier and TypeMethodDescriptionIBouncyCastleFactory.createContentInfo
(IASN1Sequence sequence) Create content info wrapper from ASN1 Sequence wrapper.IBouncyCastleFactory.createSigningCertificate
(IASN1Sequence sequence) Create signing certificate wrapper from ASN1 Sequence wrapper.IBouncyCastleFactory.createSigningCertificateV2
(IASN1Sequence sequence) Create signing certificate version 2 wrapper from ASN1 Sequence wrapper. -
Uses of IASN1Sequence in com.itextpdf.commons.bouncycastle.asn1
Modifier and TypeInterfaceDescriptioninterface
This interface represents the wrapper for DERSequence that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. -
Uses of IASN1Sequence in com.itextpdf.signatures