Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1EncodableVector
-
-
Uses of IASN1EncodableVector in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IASN1EncodableVector Modifier and Type Method Description IASN1EncodableVector
BouncyCastleFactory. createASN1EncodableVector()
Create ASN1 Encodable wrapper without parameters.Methods in com.itextpdf.bouncycastle with parameters of type IASN1EncodableVector Modifier and Type Method Description IDERSequence
BouncyCastleFactory. createDERSequence(IASN1EncodableVector encodableVector)
Create DER Sequence wrapper from ASN1 Encodable vector wrapper.IDERSet
BouncyCastleFactory. createDERSet(IASN1EncodableVector encodableVector)
Create DER Set wrapper from ASN1 Encodable vector wrapper. -
Uses of IASN1EncodableVector in com.itextpdf.bouncycastle.asn1
Classes in com.itextpdf.bouncycastle.asn1 that implement IASN1EncodableVector Modifier and Type Class Description class
ASN1EncodableVectorBC
Wrapper class forASN1EncodableVector
. -
Uses of IASN1EncodableVector in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IASN1EncodableVector Modifier and Type Method Description IASN1EncodableVector
BouncyCastleDefaultFactory. createASN1EncodableVector()
Methods in com.itextpdf.bouncycastleconnector with parameters of type IASN1EncodableVector Modifier and Type Method Description IDERSequence
BouncyCastleDefaultFactory. createDERSequence(IASN1EncodableVector encodableVector)
IDERSet
BouncyCastleDefaultFactory. createDERSet(IASN1EncodableVector encodableVector)
-
Uses of IASN1EncodableVector in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IASN1EncodableVector Modifier and Type Method Description IASN1EncodableVector
IBouncyCastleFactory. createASN1EncodableVector()
Create ASN1 Encodable wrapper without parameters.Methods in com.itextpdf.commons.bouncycastle with parameters of type IASN1EncodableVector Modifier and Type Method Description IDERSequence
IBouncyCastleFactory. createDERSequence(IASN1EncodableVector encodableVector)
Create DER Sequence wrapper from ASN1 Encodable vector wrapper.IDERSet
IBouncyCastleFactory. createDERSet(IASN1EncodableVector encodableVector)
Create DER Set wrapper from ASN1 Encodable vector wrapper. -
Uses of IASN1EncodableVector in com.itextpdf.signatures
Fields in com.itextpdf.signatures declared as IASN1EncodableVector Modifier and Type Field Description private IASN1EncodableVector
PdfPKCS7. unsignedAttributes
Methods in com.itextpdf.signatures that return IASN1EncodableVector Modifier and Type Method Description IASN1EncodableVector
PdfPKCS7. getUnsignedAttributes()
Get unsigned attributes associated with this PKCS7 signature container. -
Uses of IASN1EncodableVector in com.itextpdf.signatures.cms
Methods in com.itextpdf.signatures.cms with parameters of type IASN1EncodableVector Modifier and Type Method Description private void
SignerInfo. createCRLStructure(IASN1EncodableVector revocationV)
private void
SignerInfo. createOCPSStructure(IASN1EncodableVector revocationV)
-
Uses of IASN1EncodableVector in com.itextpdf.signatures.mac
Fields in com.itextpdf.signatures.mac declared as IASN1EncodableVector Modifier and Type Field Description private IASN1EncodableVector
SignatureContainerGenerationEvent. unsignedAttributes
Methods in com.itextpdf.signatures.mac that return IASN1EncodableVector Modifier and Type Method Description IASN1EncodableVector
SignatureContainerGenerationEvent. getUnsignedAttributes()
GetsIASN1EncodableVector
unsigned signature attributes.Methods in com.itextpdf.signatures.mac with parameters of type IASN1EncodableVector Modifier and Type Method Description private void
SignatureMacIntegrityProtector. embedMacContainerInUnsignedAttributes(IASN1EncodableVector unsignedAttributes, java.io.InputStream documentInputStream, byte[] signature)
Constructors in com.itextpdf.signatures.mac with parameters of type IASN1EncodableVector Constructor Description SignatureContainerGenerationEvent(IASN1EncodableVector unsignedAttributes, byte[] signature, java.io.InputStream documentInputStream)
Creates an event firing before creating the signature container.
-