org.gudy.azureus2.ui.swt.auth
Class CertificateTrustWindow

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.auth.CertificateTrustWindow
All Implemented Interfaces:
SECertificateListener

public class CertificateTrustWindow
extends Object
implements SECertificateListener


Nested Class Summary
protected static class CertificateTrustWindow.trustDialog
           
 
Constructor Summary
CertificateTrustWindow()
           
 
Method Summary
 boolean trustCertificate(String _resource, X509Certificate cert)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateTrustWindow

public CertificateTrustWindow()
Method Detail

trustCertificate

public boolean trustCertificate(String _resource,
                                X509Certificate cert)
Specified by:
trustCertificate in interface SECertificateListener