Class CertificateTrustWindow.trustDialog

  • Enclosing class:
    CertificateTrustWindow

    protected static class CertificateTrustWindow.trustDialog
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.eclipse.swt.widgets.Shell shell  
      protected boolean trusted  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected trustDialog​(org.eclipse.swt.widgets.Display display, java.lang.String resource, java.security.cert.X509Certificate cert)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void close​(boolean ok)  
      protected java.lang.String extractCN​(java.lang.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

      • trustDialog

        protected trustDialog​(org.eclipse.swt.widgets.Display display,
                              java.lang.String resource,
                              java.security.cert.X509Certificate cert)
    • Method Detail

      • close

        protected void close​(boolean ok)
      • extractCN

        protected java.lang.String extractCN​(java.lang.String dn)
      • getTrusted

        public boolean getTrusted()