Generated by
JDiff

Class com.qoppa.pdf.SignatureSettings

Changed Methods
Hashtable<String, Certificate> getCaCerts() Change in return type from Hashtable to (Hashtable<String, Certificate>).
This method returns a hashtable of most-trusted CA certificates from the JDK keyed by the unique identifier of the X509Certificate that is returned from SignatureSettings.getUniqueIdentifier(X509Certificate)
Hashtable<String, Certificate> getTrustedCertificates() Change in return type from Hashtable to (Hashtable<String, Certificate>).
This method returns a hashtable of trusted certificates keyed by the unique identifier of the X509Certificate that is returned from SignatureSettings.getUniqueIdentifier(X509Certificate)