Uses of Enum Class
com.itextpdf.text.pdf.security.LtvVerification.CertificateOption
Packages that use LtvVerification.CertificateOption
-
Uses of LtvVerification.CertificateOption in com.itextpdf.text.pdf.security
Subclasses with type arguments of type LtvVerification.CertificateOption in com.itextpdf.text.pdf.securityModifier and TypeClassDescriptionstatic enumOptions for how many certificates to includeFields in com.itextpdf.text.pdf.security declared as LtvVerification.CertificateOptionModifier and TypeFieldDescriptionprotected LtvVerification.CertificateOptionLtvVerifier.optionDo we need to check all certificate, or only the signing certificate?Methods in com.itextpdf.text.pdf.security that return LtvVerification.CertificateOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LtvVerification.CertificateOption[]LtvVerification.CertificateOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.itextpdf.text.pdf.security with parameters of type LtvVerification.CertificateOptionModifier and TypeMethodDescriptionbooleanLtvVerification.addVerification(String signatureName, OcspClient ocsp, CrlClient crl, LtvVerification.CertificateOption certOption, LtvVerification.Level level, LtvVerification.CertificateInclusion certInclude) Add verification for a particular signaturevoidLtvVerifier.setCertificateOption(LtvVerification.CertificateOption option) Sets the certificate option.