Uses of Enum
com.itextpdf.signatures.PdfSigner.CryptoStandard
Packages that use PdfSigner.CryptoStandard
-
Uses of PdfSigner.CryptoStandard in com.itextpdf.signatures
Subclasses with type arguments of type PdfSigner.CryptoStandard in com.itextpdf.signaturesModifier and TypeClassDescriptionstatic enumEnum containing the Cryptographic Standards.Fields in com.itextpdf.signatures declared as PdfSigner.CryptoStandardModifier and TypeFieldDescriptionprivate PdfSigner.CryptoStandardPKCS7ExternalSignatureContainer.sigTypeMethods in com.itextpdf.signatures that return PdfSigner.CryptoStandardModifier and TypeMethodDescriptionstatic PdfSigner.CryptoStandardReturns 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.Methods in com.itextpdf.signatures with parameters of type PdfSigner.CryptoStandardModifier and TypeMethodDescriptionbyte[]PdfPKCS7.getAuthenticatedAttributeBytes(byte[] secondDigest, PdfSigner.CryptoStandard sigtype, Collection<byte[]> ocsp, Collection<byte[]> crlBytes) When using authenticatedAttributes the authentication process is different.private IDERSetPdfPKCS7.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[]).byte[]PdfPKCS7.getEncodedPKCS7(byte[] secondDigest, PdfSigner.CryptoStandard sigtype, ITSAClient tsaClient, Collection<byte[]> ocsp, Collection<byte[]> crlBytes) Gets the bytes for the PKCS7SignedData object.voidPKCS7ExternalSignatureContainer.setSignatureType(PdfSigner.CryptoStandard sigType) Set a custom signature type, default valuePdfSigner.CryptoStandard.CMSvoidPdfSigner.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.voidPdfSigner.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.voidPdfSigner.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.voidPdfSigner.signDetached(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.voidPdfSigner.signDetached(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.voidPdfSigner.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.