com.itextpdf.text.pdf
Class CrlClientImp

java.lang.Object
  extended by com.itextpdf.text.pdf.CrlClientImp
All Implemented Interfaces:
CrlClient

public class CrlClientImp
extends Object
implements CrlClient

Author:
psoares

Constructor Summary
CrlClientImp()
           
 
Method Summary
 byte[] getEncoded(X509Certificate checkCert, String url)
          Gets an encoded byte array.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrlClientImp

public CrlClientImp()
Method Detail

getEncoded

public byte[] getEncoded(X509Certificate checkCert,
                         String url)
Description copied from interface: CrlClient
Gets an encoded byte array.

Specified by:
getEncoded in interface CrlClient
Returns:
a byte array


Copyright © 2011. All Rights Reserved.