Uses of Enum
com.itextpdf.signatures.PdfSigner.CryptoStandard
-
Uses of PdfSigner.CryptoStandard in com.itextpdf.signatures
Modifier and TypeMethodDescriptionstatic PdfSigner.CryptoStandard
Returns the enum constant of this type with the specified name.static PdfSigner.CryptoStandard[]
PdfSigner.CryptoStandard.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionbyte[]
PdfPKCS7.getAuthenticatedAttributeBytes
(byte[] secondDigest, PdfSigner.CryptoStandard sigtype, Collection ocsp, Collection crlBytes) When using authenticatedAttributes the authentication process is different.byte[]
PdfPKCS7.getEncodedPKCS7
(byte[] secondDigest, PdfSigner.CryptoStandard sigtype, ITSAClient tsaClient, Collection ocsp, Collection crlBytes) Gets the bytes for the PKCS7SignedData object.void
PdfSigner.signDetached
(IExternalDigest externalDigest, IExternalSignature externalSignature, Certificate[] chain, Collection<ICrlClient> crlList, IOcspClient ocspClient, ITSAClient tsaClient, int estimatedSize, PdfSigner.CryptoStandard sigtype) Signs the document using the detached mode, CMS or CAdES equivalent.void
PdfSigner.signDetached
(IExternalDigest externalDigest, IExternalSignature externalSignature, Certificate[] chain, Collection<ICrlClient> crlList, IOcspClient ocspClient, ITSAClient tsaClient, int estimatedSize, PdfSigner.CryptoStandard sigtype, ISignaturePolicyIdentifier signaturePolicy) Signs the document using the detached mode, CMS or CAdES equivalent.void
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.