Uses of Enum
com.itextpdf.signatures.LtvVerification.CertificateOption
Packages that use LtvVerification.CertificateOption
-
Uses of LtvVerification.CertificateOption in com.itextpdf.signatures
Subclasses with type arguments of type LtvVerification.CertificateOption in com.itextpdf.signaturesModifier and TypeClassDescriptionstatic enumOptions for how many certificates to include.Fields in com.itextpdf.signatures declared as LtvVerification.CertificateOptionModifier and TypeFieldDescriptionprotected LtvVerification.CertificateOptionLtvVerifier.optionDeprecated.Option to specify level of verification; signing certificate only or the entire chain.Methods in com.itextpdf.signatures that return LtvVerification.CertificateOptionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static LtvVerification.CertificateOption[]LtvVerification.CertificateOption.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.CertificateOptionModifier and TypeMethodDescriptionbooleanLtvVerification.addVerification(String signatureName, IOcspClient ocsp, ICrlClient crl, LtvVerification.CertificateOption certOption, LtvVerification.Level level, LtvVerification.CertificateInclusion certInclude) Add verification for a particular signature.voidLtvVerifier.setCertificateOption(LtvVerification.CertificateOption option) Deprecated.Sets the certificate option.