Uses of Class
com.itextpdf.text.pdf.security.LtvVerification.Level
-
Packages that use LtvVerification.Level Package Description com.itextpdf.text.pdf.security -
-
Uses of LtvVerification.Level in com.itextpdf.text.pdf.security
Methods in com.itextpdf.text.pdf.security that return LtvVerification.Level Modifier and Type Method Description static LtvVerification.Level
LtvVerification.Level. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LtvVerification.Level[]
LtvVerification.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.text.pdf.security with parameters of type LtvVerification.Level Modifier and Type Method Description boolean
LtvVerification. addVerification(java.lang.String signatureName, OcspClient ocsp, CrlClient crl, LtvVerification.CertificateOption certOption, LtvVerification.Level level, LtvVerification.CertificateInclusion certInclude)
Add verification for a particular signature
-