Uses of Enum
com.itextpdf.signatures.LtvVerification.RevocationDataNecessity
Packages that use LtvVerification.RevocationDataNecessity
-
Uses of LtvVerification.RevocationDataNecessity in com.itextpdf.signatures
Fields in com.itextpdf.signatures declared as LtvVerification.RevocationDataNecessityMethods in com.itextpdf.signatures that return LtvVerification.RevocationDataNecessityModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.LtvVerification.RevocationDataNecessity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.signatures with parameters of type LtvVerification.RevocationDataNecessityModifier and TypeMethodDescription(package private) void
PdfPadesSigner.performLtvVerification
(PdfDocument pdfDocument, List<String> signatureNames, LtvVerification.RevocationDataNecessity revocationDataNecessity) LtvVerification.setRevocationDataNecessity
(LtvVerification.RevocationDataNecessity revocationDataNecessity) SetsLtvVerification.RevocationDataNecessity
option to specify the necessity of revocation data.