Uses of Enum Class
com.itextpdf.text.pdf.security.MakeSignature.CryptoStandard
Packages that use MakeSignature.CryptoStandard
-
Uses of MakeSignature.CryptoStandard in com.itextpdf.text.pdf.security
Subclasses with type arguments of type MakeSignature.CryptoStandard in com.itextpdf.text.pdf.securityMethods in com.itextpdf.text.pdf.security that return MakeSignature.CryptoStandardModifier and TypeMethodDescriptionstatic MakeSignature.CryptoStandardReturns the enum constant of this class with the specified name.static MakeSignature.CryptoStandard[]MakeSignature.CryptoStandard.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.itextpdf.text.pdf.security with parameters of type MakeSignature.CryptoStandardModifier and TypeMethodDescriptionbyte[]PdfPKCS7.getAuthenticatedAttributeBytes(byte[] secondDigest, byte[] ocsp, Collection<byte[]> crlBytes, MakeSignature.CryptoStandard sigtype) When using authenticatedAttributes the authentication process is different.private org.bouncycastle.asn1.DERSetPdfPKCS7.getAuthenticatedAttributeSet(byte[] secondDigest, byte[] ocsp, Collection<byte[]> crlBytes, MakeSignature.CryptoStandard sigtype) This method provides that encoding and the parameters must be exactly the same as inPdfPKCS7.getEncodedPKCS7(byte[]).byte[]PdfPKCS7.getEncodedPKCS7(byte[] secondDigest, TSAClient tsaClient, byte[] ocsp, Collection<byte[]> crlBytes, MakeSignature.CryptoStandard sigtype) Gets the bytes for the PKCS7SignedData object.static voidMakeSignature.signDetached(PdfSignatureAppearance sap, ExternalDigest externalDigest, ExternalSignature externalSignature, Certificate[] chain, Collection<CrlClient> crlList, OcspClient ocspClient, TSAClient tsaClient, int estimatedSize, MakeSignature.CryptoStandard sigtype) Signs the document using the detached mode, CMS or CAdES equivalent.static voidMakeSignature.signDetached(PdfSignatureAppearance sap, ExternalDigest externalDigest, ExternalSignature externalSignature, Certificate[] chain, Collection<CrlClient> crlList, OcspClient ocspClient, TSAClient tsaClient, int estimatedSize, MakeSignature.CryptoStandard sigtype, SignaturePolicyInfo signaturePolicy) Signs the document using the detached mode, CMS or CAdES equivalent.static voidMakeSignature.signDetached(PdfSignatureAppearance sap, ExternalDigest externalDigest, ExternalSignature externalSignature, Certificate[] chain, Collection<CrlClient> crlList, OcspClient ocspClient, TSAClient tsaClient, int estimatedSize, MakeSignature.CryptoStandard sigtype, org.bouncycastle.asn1.esf.SignaturePolicyIdentifier signaturePolicy) Signs the document using the detached mode, CMS or CAdES equivalent.