Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1Sequence
-
-
Uses of IASN1Sequence in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IASN1Sequence Modifier and Type Method Description IASN1SequenceBouncyCastleFactory. createASN1Sequence(byte[] array)Create ASN1 Sequence wrapper frombyte[].IASN1SequenceBouncyCastleFactory. createASN1Sequence(IASN1Encodable encodable)Cast ASN1 encodable wrapper to the ASN1 Sequence wrapper.IASN1SequenceBouncyCastleFactory. createASN1Sequence(java.lang.Object object)CastObjectto ASN1 Sequence wrapper.IASN1SequenceBouncyCastleFactory. createASN1SequenceInstance(java.lang.Object object)Create ASN1 Sequence wrapper fromObjectusinggetInstancemethod call.Methods in com.itextpdf.bouncycastle with parameters of type IASN1Sequence Modifier and Type Method Description IContentInfoBouncyCastleFactory. createContentInfo(IASN1Sequence sequence)Create content info wrapper from ASN1 Sequence wrapper.ISigningCertificateBouncyCastleFactory. createSigningCertificate(IASN1Sequence sequence)Create signing certificate wrapper from ASN1 Sequence wrapper.ISigningCertificateV2BouncyCastleFactory. createSigningCertificateV2(IASN1Sequence sequence)Create signing certificate version 2 wrapper from ASN1 Sequence wrapper.IX500NameBouncyCastleFactory. createX500Name(IASN1Sequence s)Create X500 Name wrapper fromIASN1Sequence. -
Uses of IASN1Sequence in com.itextpdf.bouncycastle.asn1
Classes in com.itextpdf.bouncycastle.asn1 that implement IASN1Sequence Modifier and Type Class Description classASN1SequenceBCWrapper class forASN1Sequence.classDERSequenceBCWrapper class forDERSequence. -
Uses of IASN1Sequence in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IASN1Sequence Modifier and Type Method Description IASN1SequenceBouncyCastleDefaultFactory. createASN1Sequence(byte[] array)IASN1SequenceBouncyCastleDefaultFactory. createASN1Sequence(IASN1Encodable encodable)IASN1SequenceBouncyCastleDefaultFactory. createASN1Sequence(java.lang.Object object)IASN1SequenceBouncyCastleDefaultFactory. createASN1SequenceInstance(java.lang.Object object)Methods in com.itextpdf.bouncycastleconnector with parameters of type IASN1Sequence Modifier and Type Method Description IContentInfoBouncyCastleDefaultFactory. createContentInfo(IASN1Sequence sequence)ISigningCertificateBouncyCastleDefaultFactory. createSigningCertificate(IASN1Sequence sequence)ISigningCertificateV2BouncyCastleDefaultFactory. createSigningCertificateV2(IASN1Sequence sequence)IX500NameBouncyCastleDefaultFactory. createX500Name(IASN1Sequence s) -
Uses of IASN1Sequence in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IASN1Sequence Modifier and Type Method Description IASN1SequenceIBouncyCastleFactory. createASN1Sequence(byte[] array)Create ASN1 Sequence wrapper frombyte[].IASN1SequenceIBouncyCastleFactory. createASN1Sequence(IASN1Encodable encodable)Cast ASN1 encodable wrapper to the ASN1 Sequence wrapper.IASN1SequenceIBouncyCastleFactory. createASN1Sequence(java.lang.Object object)CastObjectto ASN1 Sequence wrapper.IASN1SequenceIBouncyCastleFactory. createASN1SequenceInstance(java.lang.Object object)Create ASN1 Sequence wrapper fromObjectusinggetInstancemethod call.Methods in com.itextpdf.commons.bouncycastle with parameters of type IASN1Sequence Modifier and Type Method Description IContentInfoIBouncyCastleFactory. createContentInfo(IASN1Sequence sequence)Create content info wrapper from ASN1 Sequence wrapper.ISigningCertificateIBouncyCastleFactory. createSigningCertificate(IASN1Sequence sequence)Create signing certificate wrapper from ASN1 Sequence wrapper.ISigningCertificateV2IBouncyCastleFactory. createSigningCertificateV2(IASN1Sequence sequence)Create signing certificate version 2 wrapper from ASN1 Sequence wrapper.IX500NameIBouncyCastleFactory. 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.asn1 Modifier and Type Interface Description interfaceIDERSequenceThis 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 IASN1Sequence Modifier and Type Method Description private 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 IASN1Sequence Modifier and Type Field Description private java.util.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 IASN1Sequence Modifier and Type Method Description private 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 javax.security.auth.x500.X500PrincipalSignUtils. getIssuerX500Principal(IASN1Sequence issuerAndSerialNumber)Constructors in com.itextpdf.signatures with parameters of type IASN1Sequence Constructor Description X500Name(IASN1Sequence seq)Constructs an X509 name. -
Uses of IASN1Sequence in com.itextpdf.signatures.cms
Fields in com.itextpdf.signatures.cms with type parameters of type IASN1Sequence Modifier and Type Field Description (package private) java.util.Collection<IASN1Sequence>CMSContainer. otherRevocationInfoCollection to store revocation info other than OCSP and CRL responses, e.g.Methods in com.itextpdf.signatures.cms that return IASN1Sequence Modifier and Type Method Description (package private) IASN1SequenceAlgorithmIdentifier. getAsASN1Sequence()Methods in com.itextpdf.signatures.cms with parameters of type IASN1Sequence Modifier and Type Method Description private voidCMSContainer. processCertificates(IASN1Sequence signedData)Constructors in com.itextpdf.signatures.cms with parameters of type IASN1Sequence Constructor Description EncapsulatedContentInfo(IASN1Sequence lencapContentInfo)
-