Generated by
JDiff

Class com.itextpdf.signatures.CertificateUtil

Changed Methods
String  getCRLURL( X509Certificate) Documentation changed from old to new.
Gets the URL of the Certificate Revocation List for a Certificate
String  getOCSPURL( X509Certificate) Documentation changed from old to new.
Retrieves the OCSP URL from the given certificate.
String  getTSAURL( X509Certificate) Documentation changed from old to new.
Gets the URL of the TSA if it's available on the certificate
CRL  getCRL( String) Documentation changed from old to new.
Gets the CRL object using a CRL URL.
CRL  getCRL( X509Certificate) Documentation changed from old to new.
Gets a CRL from an X509 certificate.