Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1Sequence
Packages that use IASN1Sequence
Package
Description
-
Uses of IASN1Sequence in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IASN1SequenceModifier 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) CastObjectto ASN1 Sequence wrapper.BouncyCastleFactory.createASN1SequenceInstance(Object object) Create ASN1 Sequence wrapper fromObjectusinggetInstancemethod call.Methods in com.itextpdf.bouncycastle with parameters of type IASN1SequenceModifier 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.BouncyCastleFactory.createX500Name(IASN1Sequence s) Create X500 Name wrapper fromIASN1Sequence. -
Uses of IASN1Sequence in com.itextpdf.bouncycastle.asn1
Classes in com.itextpdf.bouncycastle.asn1 that implement IASN1SequenceModifier and TypeClassDescriptionclassWrapper class forASN1Sequence.classWrapper class forDERSequence. -
Uses of IASN1Sequence in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IASN1SequenceModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createASN1Sequence(byte[] array) BouncyCastleDefaultFactory.createASN1Sequence(IASN1Encodable encodable) BouncyCastleDefaultFactory.createASN1Sequence(Object object) BouncyCastleDefaultFactory.createASN1SequenceInstance(Object object) Methods in com.itextpdf.bouncycastleconnector with parameters of type IASN1SequenceModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createContentInfo(IASN1Sequence sequence) BouncyCastleDefaultFactory.createSigningCertificate(IASN1Sequence sequence) BouncyCastleDefaultFactory.createSigningCertificateV2(IASN1Sequence sequence) BouncyCastleDefaultFactory.createX500Name(IASN1Sequence s) -
Uses of IASN1Sequence in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IASN1SequenceModifier 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) CastObjectto ASN1 Sequence wrapper.IBouncyCastleFactory.createASN1SequenceInstance(Object object) Create ASN1 Sequence wrapper fromObjectusinggetInstancemethod call.Methods in com.itextpdf.commons.bouncycastle with parameters of type IASN1SequenceModifier 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.IBouncyCastleFactory.createX500Name(IASN1Sequence s) Create X500 Name wrapper fromIASN1Sequence. -
Uses of IASN1Sequence in com.itextpdf.commons.bouncycastle.asn1
Subinterfaces of IASN1Sequence in com.itextpdf.commons.bouncycastle.asn1Modifier and TypeInterfaceDescriptioninterfaceThis 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.kernel.mac
Methods in com.itextpdf.kernel.mac that return IASN1SequenceModifier and TypeMethodDescriptionprivate IASN1SequenceMacContainerReader.getAuthDataSequence()(package private) IASN1SequenceMacContainerReader.parseMessageDigest()private static IASN1SequenceMacSignatureContainerReader.parseSignerInfoSequence(byte[] signature) -
Uses of IASN1Sequence in com.itextpdf.signatures
Fields in com.itextpdf.signatures with type parameters of type IASN1SequenceModifier and TypeFieldDescriptionprivate final Collection<IASN1Sequence> PdfPKCS7.signedDataRevocationInfoCollection to store revocation info other than OCSP and CRL responses, e.g.Methods in com.itextpdf.signatures with parameters of type IASN1SequenceModifier and TypeMethodDescriptionprivate static IBasicOCSPResponseCertificateUtil.createOcsp(IASN1Sequence seq) Helper method that creates theIBasicOCSPResponseobject from the response bytes.(package private) voidPdfPKCS7.findCRL(IASN1Sequence seq) Helper method that tries to construct the CRLs.private voidPdfPKCS7.findOcsp(IASN1Sequence seq) Helper method that creates the IBasicOCSPResp object.(package private) static X500PrincipalSignUtils.getIssuerX500Principal(IASN1Sequence issuerAndSerialNumber) Constructors in com.itextpdf.signatures with parameters of type IASN1Sequence -
Uses of IASN1Sequence in com.itextpdf.signatures.cms
Fields in com.itextpdf.signatures.cms with type parameters of type IASN1SequenceModifier and TypeFieldDescription(package private) final Collection<IASN1Sequence> CMSContainer.otherRevocationInfoCollection to store revocation info other than OCSP and CRL responses, e.g.Methods in com.itextpdf.signatures.cms that return IASN1SequenceModifier and TypeMethodDescription(package private) IASN1SequenceAlgorithmIdentifier.getAsASN1Sequence()Methods in com.itextpdf.signatures.cms with parameters of type IASN1SequenceModifier and TypeMethodDescriptionprivate voidCMSContainer.processCertificates(IASN1Sequence signedData) Constructors in com.itextpdf.signatures.cms with parameters of type IASN1SequenceModifierConstructorDescription(package private)EncapsulatedContentInfo(IASN1Sequence lencapContentInfo)