Package | Description |
---|---|
com.itextpdf.text.pdf.security |
Modifier and Type | Class and Description |
---|---|
class |
BouncyCastleDigest
Implementation for digests accessed directly from the BouncyCastle library bypassing
any provider definition.
|
class |
ProviderDigest |
Modifier and Type | Method and Description |
---|---|
static void |
MakeSignature.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.
|
Constructor and Description |
---|
PdfPKCS7(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.
|
Copyright © 2015. All rights reserved.