Package ghidra.net

Class SSLContextInitializer

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      static boolean initialize()
      Initialize default SSLContext
      static boolean initialize​(boolean reset)
      Initialize default SSLContext with optional reset.
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SSLContextInitializer

        public SSLContextInitializer()
    • Method Detail

      • initialize

        public static boolean initialize​(boolean reset)
        Initialize default SSLContext with optional reset. This method is primarily intended for testing.
        Parameters:
        reset - if true a complete reset will be done to force use of any new certificate or keystores previously used.
        Returns:
        true if successful, else false (see logged error)
      • initialize

        public static boolean initialize()
        Initialize default SSLContext
        Returns:
        true if successful, else false (see logged error)
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface ModuleInitializer
        Returns:
        initializer name