Package com.itextpdf.signatures
Interface PdfSigner.ISignatureEvent
-
- Enclosing class:
- PdfSigner
public static interface PdfSigner.ISignatureEvent
An interface to retrieve the signature dictionary for modification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
getSignatureDictionary(PdfSignature sig)
Allows modification of the signature dictionary.
-
-
-
Method Detail
-
getSignatureDictionary
void getSignatureDictionary(PdfSignature sig)
Allows modification of the signature dictionary.- Parameters:
sig
- The signature dictionary
-
-