Uses of Class
com.teamdev.jxbrowser.ssl.Certificate

Packages that use Certificate
com.teamdev.jxbrowser.ssl   
 

Uses of Certificate in com.teamdev.jxbrowser.ssl
 

Methods in com.teamdev.jxbrowser.ssl with parameters of type Certificate
 void BadCertificateHandler.badCertificateSended(WebBrowser browser, java.net.URI url, Certificate certificate)
          Notification called when server sends invalid or self-signed SSL/SSH certificate to web browser instance
 long CertificateManager.showTrustCertDialog(WebBrowser browser, Certificate cert)
          Show trust bad certificate dialog.
 void CertificateManager.trustCertificate(java.lang.String host, int port, Certificate cert, long trustType, boolean useAsTemp)
          Add exception to trust current bad certificate.