Uses of Interface
com.itextpdf.text.pdf.security.CrlClient

Packages that use CrlClient
com.itextpdf.text.pdf.security   
 

Uses of CrlClient in com.itextpdf.text.pdf.security
 

Classes in com.itextpdf.text.pdf.security that implement CrlClient
 class CrlClientImp
          An implementation of the CrlClient that fetches the CRL bytes from an URL.
 class CrlClientOffline
          An implementation of the CrlClient that handles offline Certificate Revocation Lists.
 

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

Method parameters in com.itextpdf.text.pdf.security with type arguments of type CrlClient
static Collection<byte[]> MakeSignature.processCrl(Certificate cert, Collection<CrlClient> crlList)
          Processes a CRL list.
static void MakeSignature.signDetached(PdfSignatureAppearance sap, ExternalSignature externalSignature, Certificate[] chain, Collection<CrlClient> crlList, OcspClient ocspClient, TSAClient tsaClient, String provider, int estimatedSize, boolean cades)
          Signs the document using the detached mode, CMS or CAdES equivalent.
 



Copyright © 2012. All Rights Reserved.