Uses of Interface
com.itextpdf.text.pdf.security.ExternalDigest
Packages that use ExternalDigest
-
Uses of ExternalDigest in com.itextpdf.text.pdf.security
Classes in com.itextpdf.text.pdf.security that implement ExternalDigestModifier and TypeClassDescriptionclassImplementation for digests accessed directly from the BouncyCastle library bypassing any provider definition.classFields in com.itextpdf.text.pdf.security declared as ExternalDigestMethods in com.itextpdf.text.pdf.security with parameters of type ExternalDigestModifier and TypeMethodDescriptionstatic 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.Constructors in com.itextpdf.text.pdf.security with parameters of type ExternalDigestModifierConstructorDescriptionPdfPKCS7(PrivateKey privKey, Certificate[] certChain, String hashAlgorithm, String provider, ExternalDigest interfaceDigest, boolean hasRSAdata) Assembles all the elements needed to create a signature, except for the data.