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

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.auth.CertificateTrustWindow.trustDialog
Enclosing class:
CertificateTrustWindow

protected static class CertificateTrustWindow.trustDialog
extends Object


Field Summary
protected  org.eclipse.swt.widgets.Shell shell
           
protected  boolean trusted
           
 
Constructor Summary
protected CertificateTrustWindow.trustDialog(org.eclipse.swt.widgets.Display display, String resource, X509Certificate cert)
           
 
Method Summary
protected  void close(boolean ok)
           
protected  String extractCN(String dn)
           
 boolean getTrusted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shell

protected org.eclipse.swt.widgets.Shell shell

trusted

protected boolean trusted
Constructor Detail

CertificateTrustWindow.trustDialog

protected CertificateTrustWindow.trustDialog(org.eclipse.swt.widgets.Display display,
                                             String resource,
                                             X509Certificate cert)
Method Detail

close

protected void close(boolean ok)

extractCN

protected String extractCN(String dn)

getTrusted

public boolean getTrusted()