Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IDERSequence
Packages that use IDERSequence
Package
Description
-
Uses of IDERSequence in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IDERSequenceModifier and TypeMethodDescriptionBouncyCastleFactory.createDERSequence
(IASN1EncodableVector encodableVector) Create DER Sequence wrapper from ASN1 Encodable vector wrapper.BouncyCastleFactory.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 -
Uses of IDERSequence in com.itextpdf.bouncycastlefips
Methods in com.itextpdf.bouncycastlefips that return IDERSequenceModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createDERSequence
(IASN1EncodableVector encodableVector) Create DER Sequence wrapper from ASN1 Encodable vector wrapper.BouncyCastleFipsFactory.createDERSequence
(IASN1Primitive primitive) Create DER Sequence wrapper from ASN1 Primitive wrapper. -
Uses of IDERSequence in com.itextpdf.bouncycastlefips.asn1
Classes in com.itextpdf.bouncycastlefips.asn1 that implement IDERSequence -
Uses of IDERSequence in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IDERSequenceModifier and TypeMethodDescriptionIBouncyCastleFactory.createDERSequence
(IASN1EncodableVector encodableVector) Create DER Sequence wrapper from ASN1 Encodable vector wrapper.IBouncyCastleFactory.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 IDERSequenceModifier and TypeMethodDescriptionprotected IDERSequence
AbstractMacIntegrityProtector.createMacContainer
(byte[] dataDigest, byte[] macKey, byte[] signature) Creates MAC container as ASN1 object based on data digest, MAC key and signature parameters. -
Uses of IDERSequence in com.itextpdf.signatures.cms
Methods in com.itextpdf.signatures.cms that return IDERSequenceModifier and TypeMethodDescriptionSignerInfo.getAsDerSequence()
Serializes the SignerInfo structure and makes the signed attributes readonly.