Uses of Class
com.itextpdf.signatures.SignaturePolicyInfo
Packages that use SignaturePolicyInfo
-
Uses of SignaturePolicyInfo in com.itextpdf.signatures
Methods in com.itextpdf.signatures with parameters of type SignaturePolicyInfoModifier and TypeMethodDescriptionvoid
PdfPKCS7.setSignaturePolicy
(SignaturePolicyInfo signaturePolicy) Set signature policy identifier to be used during signature creation.void
PKCS7ExternalSignatureContainer.setSignaturePolicy
(SignaturePolicyInfo signaturePolicy) Set the signature policy if you want it to be added to the signaturevoid
PdfSigner.signDetached
(IExternalDigest externalDigest, IExternalSignature externalSignature, Certificate[] chain, Collection<ICrlClient> crlList, IOcspClient ocspClient, ITSAClient tsaClient, int estimatedSize, PdfSigner.CryptoStandard sigtype, SignaturePolicyInfo signaturePolicy) Signs the document using the detached mode, CMS or CAdES equivalent.void
PdfSigner.signDetached
(IExternalSignature externalSignature, Certificate[] chain, Collection<ICrlClient> crlList, IOcspClient ocspClient, ITSAClient tsaClient, int estimatedSize, PdfSigner.CryptoStandard sigtype, SignaturePolicyInfo signaturePolicy) Signs the document using the detached mode, CMS or CAdES equivalent.