Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IDERSequence
-
-
Uses of IDERSequence in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IDERSequence Modifier and Type Method Description IDERSequenceBouncyCastleFactory. createDERSequence(IASN1EncodableVector encodableVector)Create DER Sequence wrapper from ASN1 Encodable vector wrapper.IDERSequenceBouncyCastleFactory. createDERSequence(IASN1Primitive primitive)Create DER Sequence wrapper from ASN1 Primitive wrapper. -
Uses of IDERSequence in com.itextpdf.bouncycastle.asn1
Classes in com.itextpdf.bouncycastle.asn1 that implement IDERSequence Modifier and Type Class Description classDERSequenceBCWrapper class forDERSequence. -
Uses of IDERSequence in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IDERSequence Modifier and Type Method Description IDERSequenceBouncyCastleDefaultFactory. createDERSequence(IASN1EncodableVector encodableVector)IDERSequenceBouncyCastleDefaultFactory. createDERSequence(IASN1Primitive primitive) -
Uses of IDERSequence in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IDERSequence Modifier and Type Method Description IDERSequenceIBouncyCastleFactory. createDERSequence(IASN1EncodableVector encodableVector)Create DER Sequence wrapper from ASN1 Encodable vector wrapper.IDERSequenceIBouncyCastleFactory. createDERSequence(IASN1Primitive primitive)Create DER Sequence wrapper from ASN1 Primitive wrapper. -
Uses of IDERSequence in com.itextpdf.kernel.mac
Methods in com.itextpdf.kernel.mac that return IDERSequence Modifier and Type Method Description protected IDERSequenceAbstractMacIntegrityProtector. createMacContainer(byte[] dataDigest, byte[] macKey, byte[] signature)Creates MAC container as ASN1 object based on data digest, MAC key and signature parameters.private IDERSequenceAbstractMacIntegrityProtector. createMessageDigestSequence(byte[] messageBytes) -
Uses of IDERSequence in com.itextpdf.signatures.cms
Methods in com.itextpdf.signatures.cms that return IDERSequence Modifier and Type Method Description IDERSequenceSignerInfo. getAsDerSequence()Serializes the SignerInfo structure and makes the signed attributes readonly.(package private) IDERSequenceSignerInfo. getAsDerSequence(boolean estimationRun)Serializes the SignerInfo structure and makes the signed attributes readonly.
-