Class CryptoValidationContext
java.lang.Object
com.itextpdf.kernel.validation.context.CryptoValidationContext
- All Implemented Interfaces:
IValidationContext
Class for crypto validation.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCryptoValidationContext(PdfObject crypto) Instantiates a newCryptoValidationContextbased on crypto object. -
Method Summary
-
Field Details
-
crypto
-
-
Constructor Details
-
CryptoValidationContext
Instantiates a newCryptoValidationContextbased on crypto object.- Parameters:
crypto- the crypto object
-
-
Method Details
-
getCrypto
-
getType
Description copied from interface:IValidationContextGets type of the context.- Specified by:
getTypein interfaceIValidationContext- Returns:
- the type
-