Package | Description |
---|---|
com.itextpdf.text.pdf.security |
Modifier and Type | Class and Description |
---|---|
class |
PrivateKeySignature
Implementation of the ExternalSignature interface that can be used
when you have a PrivateKey object.
|
Modifier and Type | Method and 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.
|
Copyright © 2013. All Rights Reserved.