Uses of Class
com.itextpdf.text.pdf.security.LtvVerification.CertificateOption

Packages that use LtvVerification.CertificateOption
com.itextpdf.text.pdf.security   
 

Uses of LtvVerification.CertificateOption in com.itextpdf.text.pdf.security
 

Fields in com.itextpdf.text.pdf.security declared as LtvVerification.CertificateOption
protected  LtvVerification.CertificateOption LtvVerifier.option
          Do we need to check all certificate, or only the signing certificate?
 

Methods in com.itextpdf.text.pdf.security that return LtvVerification.CertificateOption
static LtvVerification.CertificateOption LtvVerification.CertificateOption.valueOf(String name)
          Returns 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're declared.
 

Methods in com.itextpdf.text.pdf.security with parameters of type LtvVerification.CertificateOption
 boolean LtvVerification.addVerification(String signatureName, OcspClient ocsp, CrlClient crl, LtvVerification.CertificateOption certOption, LtvVerification.Level level, LtvVerification.CertificateInclusion certInclude)
          Add verification for a particular signature
 void LtvVerifier.setCertificateOption(LtvVerification.CertificateOption option)
          Sets the certificate option.
 



Copyright © 2013. All Rights Reserved.