Generated by
JDiff

Class com.itextpdf.signatures.CertificateUtil

Added Methods
List  getCRLURLs( X509Certificate) Gets the list of the Certificate Revocation List URLs for a Certificate.
List  getCRLs( X509Certificate) Gets a CRLs from the X509 certificate.
CRL  parseCrlFromBytes( byte[]) Parses a CRL from bytes.
 

Changed Methods
String  getCRLURL( X509Certificate) Documentation changed from old to new.
Now deprecated.
use {@link #getCRLURLs(X509Certificate)}.
CRL  getCRL( X509Certificate) Documentation changed from old to new.
Now deprecated.
use {@link #getCRLs(X509Certificate)}.