Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IDERSequence
-
Packages that use IDERSequence Package Description com.itextpdf.bouncycastle com.itextpdf.bouncycastle.asn1 com.itextpdf.bouncycastleconnector com.itextpdf.commons.bouncycastle com.itextpdf.signatures.cms -
-
Uses of IDERSequence in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IDERSequence Modifier and Type Method Description IDERSequence
BouncyCastleFactory. createDERSequence(IASN1EncodableVector encodableVector)
Create DER Sequence wrapper from ASN1 Encodable vector wrapper.IDERSequence
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 Modifier and Type Class Description class
DERSequenceBC
Wrapper class forDERSequence
. -
Uses of IDERSequence in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IDERSequence Modifier and Type Method Description IDERSequence
BouncyCastleDefaultFactory. createDERSequence(IASN1EncodableVector encodableVector)
IDERSequence
BouncyCastleDefaultFactory. 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 IDERSequence
IBouncyCastleFactory. createDERSequence(IASN1EncodableVector encodableVector)
Create DER Sequence wrapper from ASN1 Encodable vector wrapper.IDERSequence
IBouncyCastleFactory. createDERSequence(IASN1Primitive primitive)
Create DER Sequence wrapper from ASN1 Primitive wrapper. -
Uses of IDERSequence in com.itextpdf.signatures.cms
Methods in com.itextpdf.signatures.cms that return IDERSequence Modifier and Type Method Description IDERSequence
SignerInfo. getAsDerSequence()
Serializes the SignerInfo structure and makes the signed attributes readonly.(package private) IDERSequence
SignerInfo. getAsDerSequence(boolean estimationRun)
Serializes the SignerInfo structure and makes the signed attributes readonly.
-