Uses of Class
com.itextpdf.signatures.LtvVerification.Level
-
Packages that use LtvVerification.Level Package Description com.itextpdf.signatures -
-
Uses of LtvVerification.Level in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return LtvVerification.Level Modifier and Type Method Description static LtvVerification.LevelLtvVerification.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.signatures with parameters of type LtvVerification.Level Modifier and Type Method Description private voidLtvVerification. addRevocationDataForCertificate(java.security.cert.X509Certificate signingCert, java.security.cert.Certificate[] certificateChain, java.security.cert.X509Certificate cert, IOcspClient ocsp, ICrlClient crl, LtvVerification.Level level, LtvVerification.CertificateInclusion certInclude, LtvVerification.CertificateOption certOption, LtvVerification.ValidationData validationData, java.util.Set<java.security.cert.X509Certificate> processedCerts)private voidLtvVerification. addRevocationDataForChain(java.security.cert.X509Certificate signingCert, java.security.cert.Certificate[] certChain, IOcspClient ocsp, ICrlClient crl, LtvVerification.Level level, LtvVerification.CertificateInclusion certInclude, LtvVerification.CertificateOption certOption, LtvVerification.ValidationData validationData, java.util.Set<java.security.cert.X509Certificate> processedCerts)private voidLtvVerification. addRevocationDataForOcspCert(byte[] ocspEnc, java.security.cert.X509Certificate signingCert, IOcspClient ocsp, ICrlClient crl, LtvVerification.Level level, LtvVerification.CertificateInclusion certInclude, LtvVerification.CertificateOption certOption, LtvVerification.ValidationData validationData, java.util.Set<java.security.cert.X509Certificate> processedCerts)booleanLtvVerification. addVerification(java.lang.String signatureName, IOcspClient ocsp, ICrlClient crl, LtvVerification.CertificateOption certOption, LtvVerification.Level level, LtvVerification.CertificateInclusion certInclude)Add verification for a particular signature.
-