Class SignatureValidationContext
java.lang.Object
com.itextpdf.kernel.validation.context.SignatureValidationContext
- All Implemented Interfaces:
-
IValidationContext
Class for signature validation context.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the sign pdf dictionary.getType()
Gets type of the context.
-
Constructor Details
-
SignatureValidationContext
Instantiates a newSignatureValidationContext
based on sign pdf dictionary.- Parameters:
-
sign
- the sign pdf dictionary
-
-
Method Details
-
getSignature
Gets the sign pdf dictionary.- Returns:
- the sign pdf dictionary
-
getType
Description copied from interface:IValidationContext
Gets type of the context.- Specified by:
-
getType
in interfaceIValidationContext
- Returns:
- the type
-