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