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 IASN1EncodableVectorBouncyCastleFactory. createASN1EncodableVector()Create ASN1 Encodable wrapper without parameters.Methods in com.itextpdf.bouncycastle with parameters of type IASN1EncodableVector Modifier and Type Method Description IDERSequenceBouncyCastleFactory. createDERSequence(IASN1EncodableVector encodableVector)Create DER Sequence wrapper from ASN1 Encodable vector wrapper.IDERSetBouncyCastleFactory. 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 classASN1EncodableVectorBCWrapper class forASN1EncodableVector. -
Uses of IASN1EncodableVector in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IASN1EncodableVector Modifier and Type Method Description IASN1EncodableVectorBouncyCastleDefaultFactory. createASN1EncodableVector()Methods in com.itextpdf.bouncycastleconnector with parameters of type IASN1EncodableVector Modifier and Type Method Description IDERSequenceBouncyCastleDefaultFactory. createDERSequence(IASN1EncodableVector encodableVector)IDERSetBouncyCastleDefaultFactory. 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 IASN1EncodableVectorIBouncyCastleFactory. createASN1EncodableVector()Create ASN1 Encodable wrapper without parameters.Methods in com.itextpdf.commons.bouncycastle with parameters of type IASN1EncodableVector Modifier and Type Method Description IDERSequenceIBouncyCastleFactory. createDERSequence(IASN1EncodableVector encodableVector)Create DER Sequence wrapper from ASN1 Encodable vector wrapper.IDERSetIBouncyCastleFactory. 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 IASN1EncodableVectorPdfPKCS7. unsignedAttributesMethods in com.itextpdf.signatures that return IASN1EncodableVector Modifier and Type Method Description IASN1EncodableVectorPdfPKCS7. 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 voidSignerInfo. createCRLStructure(IASN1EncodableVector revocationV)private voidSignerInfo. 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 IASN1EncodableVectorSignatureContainerGenerationEvent. unsignedAttributesMethods in com.itextpdf.signatures.mac that return IASN1EncodableVector Modifier and Type Method Description IASN1EncodableVectorSignatureContainerGenerationEvent. getUnsignedAttributes()GetsIASN1EncodableVectorunsigned signature attributes.Methods in com.itextpdf.signatures.mac with parameters of type IASN1EncodableVector Modifier and Type Method Description private voidSignatureMacIntegrityProtector. 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.
-