|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExternalSignature | |
---|---|
com.itextpdf.text.pdf.security |
Uses of ExternalSignature in com.itextpdf.text.pdf.security |
---|
Classes in com.itextpdf.text.pdf.security that implement ExternalSignature | |
---|---|
class |
PrivateKeySignature
Implementation of the ExternalSignature interface that can be used when you have a PrivateKey object. |
Methods in com.itextpdf.text.pdf.security with parameters of type ExternalSignature | |
---|---|
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. |
static void |
MakeXmlSignature.signXmlDSig(XmlSignatureAppearance sap,
ExternalSignature externalSignature,
Certificate[] chain)
Signs the xml using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance). |
static void |
MakeXmlSignature.signXmlDSig(XmlSignatureAppearance sap,
ExternalSignature externalSignature,
javax.xml.crypto.dsig.keyinfo.KeyInfo keyInfo)
Signs the xml using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance). |
static void |
MakeXmlSignature.signXmlDSig(XmlSignatureAppearance sap,
ExternalSignature externalSignature,
PublicKey publicKey)
Signs the xml using the enveloped mode, with optional xpath transform (see XmlSignatureAppearance). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |