Package | Description |
---|---|
com.itextpdf.text.pdf.security |
Modifier and Type | Class | Description |
---|---|---|
class |
BouncyCastleDigest |
Implementation for digests accessed directly from the BouncyCastle library bypassing
any provider definition.
|
class |
ProviderDigest |
Modifier and Type | Method | Description |
---|---|---|
static void |
MakeSignature.signDetached(PdfSignatureAppearance sap,
ExternalDigest externalDigest,
ExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<CrlClient> crlList,
OcspClient ocspClient,
TSAClient tsaClient,
int estimatedSize,
MakeSignature.CryptoStandard sigtype) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
static void |
MakeSignature.signDetached(PdfSignatureAppearance sap,
ExternalDigest externalDigest,
ExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.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 void |
MakeSignature.signDetached(PdfSignatureAppearance sap,
ExternalDigest externalDigest,
ExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.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.
|
Constructor | Description |
---|---|
PdfPKCS7(java.security.PrivateKey privKey,
java.security.cert.Certificate[] certChain,
java.lang.String hashAlgorithm,
java.lang.String provider,
ExternalDigest interfaceDigest,
boolean hasRSAdata) |
Assembles all the elements needed to create a signature, except for the data.
|
Copyright © 1998–2018. All rights reserved.