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 IASN1Sequence
BouncyCastleFactory. createASN1Sequence(byte[] array)
Create ASN1 Sequence wrapper frombyte[]
.IASN1Sequence
BouncyCastleFactory. createASN1Sequence(IASN1Encodable encodable)
Cast ASN1 encodable wrapper to the ASN1 Sequence wrapper.IASN1Sequence
BouncyCastleFactory. createASN1Sequence(java.lang.Object object)
CastObject
to ASN1 Sequence wrapper.IASN1Sequence
BouncyCastleFactory. createASN1SequenceInstance(java.lang.Object object)
Create ASN1 Sequence wrapper fromObject
usinggetInstance
method call.Methods in com.itextpdf.bouncycastle with parameters of type IASN1Sequence Modifier and Type Method Description IContentInfo
BouncyCastleFactory. createContentInfo(IASN1Sequence sequence)
Create content info wrapper from ASN1 Sequence wrapper.ISigningCertificate
BouncyCastleFactory. createSigningCertificate(IASN1Sequence sequence)
Create signing certificate wrapper from ASN1 Sequence wrapper.ISigningCertificateV2
BouncyCastleFactory. createSigningCertificateV2(IASN1Sequence sequence)
Create signing certificate version 2 wrapper from ASN1 Sequence wrapper. -
Uses of IASN1Sequence in com.itextpdf.bouncycastle.asn1
Classes in com.itextpdf.bouncycastle.asn1 that implement IASN1Sequence Modifier and Type Class Description class
ASN1SequenceBC
Wrapper class forASN1Sequence
.class
DERSequenceBC
Wrapper class forDERSequence
. -
Uses of IASN1Sequence in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IASN1Sequence Modifier and Type Method Description IASN1Sequence
BouncyCastleDefaultFactory. createASN1Sequence(byte[] array)
IASN1Sequence
BouncyCastleDefaultFactory. createASN1Sequence(IASN1Encodable encodable)
IASN1Sequence
BouncyCastleDefaultFactory. createASN1Sequence(java.lang.Object object)
IASN1Sequence
BouncyCastleDefaultFactory. createASN1SequenceInstance(java.lang.Object object)
Methods in com.itextpdf.bouncycastleconnector with parameters of type IASN1Sequence Modifier and Type Method Description IContentInfo
BouncyCastleDefaultFactory. createContentInfo(IASN1Sequence sequence)
ISigningCertificate
BouncyCastleDefaultFactory. createSigningCertificate(IASN1Sequence sequence)
ISigningCertificateV2
BouncyCastleDefaultFactory. createSigningCertificateV2(IASN1Sequence sequence)
-
Uses of IASN1Sequence in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IASN1Sequence Modifier and Type Method Description IASN1Sequence
IBouncyCastleFactory. createASN1Sequence(byte[] array)
Create ASN1 Sequence wrapper frombyte[]
.IASN1Sequence
IBouncyCastleFactory. createASN1Sequence(IASN1Encodable encodable)
Cast ASN1 encodable wrapper to the ASN1 Sequence wrapper.IASN1Sequence
IBouncyCastleFactory. createASN1Sequence(java.lang.Object object)
CastObject
to ASN1 Sequence wrapper.IASN1Sequence
IBouncyCastleFactory. createASN1SequenceInstance(java.lang.Object object)
Create ASN1 Sequence wrapper fromObject
usinggetInstance
method call.Methods in com.itextpdf.commons.bouncycastle with parameters of type IASN1Sequence Modifier and Type Method Description IContentInfo
IBouncyCastleFactory. createContentInfo(IASN1Sequence sequence)
Create content info wrapper from ASN1 Sequence wrapper.ISigningCertificate
IBouncyCastleFactory. createSigningCertificate(IASN1Sequence sequence)
Create signing certificate wrapper from ASN1 Sequence wrapper.ISigningCertificateV2
IBouncyCastleFactory. createSigningCertificateV2(IASN1Sequence sequence)
Create signing certificate version 2 wrapper from ASN1 Sequence wrapper. -
Uses of IASN1Sequence in com.itextpdf.commons.bouncycastle.asn1
Subinterfaces of IASN1Sequence in com.itextpdf.commons.bouncycastle.asn1 Modifier and Type Interface Description interface
IDERSequence
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
Fields in com.itextpdf.signatures with type parameters of type IASN1Sequence Modifier and Type Field Description private java.util.Collection<IASN1Sequence>
PdfPKCS7. signedDataRevocationInfo
Collection 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 IBasicOCSPResponse
CertificateUtil. createOcsp(IASN1Sequence seq)
Helper method that creates theIBasicOCSPResponse
object from the response bytes.(package private) void
PdfPKCS7. findCRL(IASN1Sequence seq)
Helper method that tries to construct the CRLs.private void
PdfPKCS7. findOcsp(IASN1Sequence seq)
Helper method that creates the IBasicOCSPResp object.(package private) static javax.security.auth.x500.X500Principal
SignUtils. 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. otherRevocationInfo
Collection 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) IASN1Sequence
AlgorithmIdentifier. getAsASN1Sequence()
Methods in com.itextpdf.signatures.cms with parameters of type IASN1Sequence Modifier and Type Method Description private void
CMSContainer. processCertificates(IASN1Sequence signedData)
Constructors in com.itextpdf.signatures.cms with parameters of type IASN1Sequence Constructor Description EncapsulatedContentInfo(IASN1Sequence lencapContentInfo)
-