Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IDERSet
Packages that use IDERSet
Package
Description
-
Uses of IDERSet in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IDERSetModifier and TypeMethodDescriptionBouncyCastleFactory.createDERSet
(IRecipientInfo recipientInfo) Create DER Set wrapper from recipient info wrapper.BouncyCastleFactory.createDERSet
(ISignaturePolicyIdentifier identifier) Create DER Set wrapper from signature policy identifier wrapper.BouncyCastleFactory.createDERSet
(IASN1EncodableVector encodableVector) Create DER Set wrapper from ASN1 Encodable vector wrapper.BouncyCastleFactory.createDERSet
(IASN1Primitive primitive) Create DER Set wrapper from ASN1 Primitive wrapper. -
Uses of IDERSet in com.itextpdf.bouncycastle.asn1
Classes in com.itextpdf.bouncycastle.asn1 that implement IDERSet -
Uses of IDERSet in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IDERSetModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createDERSet
(IRecipientInfo recipientInfo) BouncyCastleDefaultFactory.createDERSet
(ISignaturePolicyIdentifier identifier) BouncyCastleDefaultFactory.createDERSet
(IASN1EncodableVector encodableVector) BouncyCastleDefaultFactory.createDERSet
(IASN1Primitive primitive) -
Uses of IDERSet in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IDERSetModifier and TypeMethodDescriptionIBouncyCastleFactory.createDERSet
(IRecipientInfo recipientInfo) Create DER Set wrapper from recipient info wrapper.IBouncyCastleFactory.createDERSet
(ISignaturePolicyIdentifier identifier) Create DER Set wrapper from signature policy identifier wrapper.IBouncyCastleFactory.createDERSet
(IASN1EncodableVector encodableVector) Create DER Set wrapper from ASN1 Encodable vector wrapper.IBouncyCastleFactory.createDERSet
(IASN1Primitive primitive) Create DER Set wrapper from ASN1 Primitive wrapper. -
Uses of IDERSet in com.itextpdf.kernel.mac
Methods in com.itextpdf.kernel.mac that return IDERSetModifier and TypeMethodDescriptionprivate IDERSet
AbstractMacIntegrityProtector.createAuthAttributes
(byte[] messageBytes) -
Uses of IDERSet in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return IDERSetModifier and TypeMethodDescriptionstatic IDERSet
CertificateUtil.createRevocationInfoChoices
(Collection<CRL> crls, Collection<IBasicOCSPResponse> ocsps, Collection<IASN1Sequence> otherRevocationInfoFormats) Creates the revocation info (crls field) for SignedData structure: RevocationInfoChoices ::= SET OF RevocationInfoChoice RevocationInfoChoice ::= CHOICE { crl CertificateList, other [1] IMPLICIT OtherRevocationInfoFormat } OtherRevocationInfoFormat ::= SEQUENCE { otherRevInfoFormat OBJECT IDENTIFIER, otherRevInfo ANY DEFINED BY otherRevInfoFormat } CertificateList ::= SEQUENCE { tbsCertList TBSCertList, signatureAlgorithm AlgorithmIdentifier, signatureValue BIT STRING }private IDERSet
PdfPKCS7.getAuthenticatedAttributeSet
(byte[] secondDigest, Collection<byte[]> ocsp, Collection<byte[]> crlBytes, PdfSigner.CryptoStandard sigtype) This method provides that encoding and the parameters must be exactly the same as inPdfPKCS7.getEncodedPKCS7(byte[])
. -
Uses of IDERSet in com.itextpdf.signatures.cms
Methods in com.itextpdf.signatures.cms that return IDERSetModifier and TypeMethodDescriptionprivate static IDERSet
SignerInfo.getAttributesAsDERSet
(Collection<CmsAttribute> attributeSet)