Uses of Interface
com.itextpdf.text.pdf.security.ExternalSignature

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, 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.