iText 8.0.5 API
|
Interface to sign a document. More...
Public Member Functions |
|
byte[] | Sign (Stream data) |
Produces the container with the signature. More... |
|
void | ModifySigningDictionary (PdfDictionary signDic) |
Modifies the signature dictionary to suit the container. More... |
|
Interface to sign a document.
Interface to sign a document. The signing is fully done externally, including the container composition.
void iText.Signatures.IExternalSignatureContainer.ModifySigningDictionary | ( | PdfDictionary | signDic | ) |
Modifies the signature dictionary to suit the container.
Modifies the signature dictionary to suit the container. At least the keys iText.Kernel.Pdf.PdfName.Filter and iText.Kernel.Pdf.PdfName.SubFilter will have to be set.
signDic | the signature dictionary |
Implemented in iText.Signatures.PKCS7ExternalSignatureContainer, and iText.Signatures.ExternalBlankSignatureContainer.
byte [] iText.Signatures.IExternalSignatureContainer.Sign | ( | Stream | data | ) |
Produces the container with the signature.
data | the data to sign |
Implemented in iText.Signatures.PKCS7ExternalSignatureContainer, and iText.Signatures.ExternalBlankSignatureContainer.