Uses of Class
com.itextpdf.signatures.LtvVerification.RevocationDataNecessity
-
Packages that use LtvVerification.RevocationDataNecessity Package Description com.itextpdf.signatures -
-
Uses of LtvVerification.RevocationDataNecessity in com.itextpdf.signatures
Fields in com.itextpdf.signatures declared as LtvVerification.RevocationDataNecessity Modifier and Type Field Description private LtvVerification.RevocationDataNecessity
LtvVerification. revocationDataNecessity
Methods in com.itextpdf.signatures that return LtvVerification.RevocationDataNecessity Modifier and Type Method Description static LtvVerification.RevocationDataNecessity
LtvVerification.RevocationDataNecessity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LtvVerification.RevocationDataNecessity[]
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.RevocationDataNecessity Modifier and Type Method Description (package private) void
PdfPadesSigner. performLtvVerification(PdfDocument pdfDocument, java.util.List<java.lang.String> signatureNames, LtvVerification.RevocationDataNecessity revocationDataNecessity)
LtvVerification
LtvVerification. setRevocationDataNecessity(LtvVerification.RevocationDataNecessity revocationDataNecessity)
SetsLtvVerification.RevocationDataNecessity
option to specify the necessity of revocation data.
-