Class MakeSSL

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.logging.Logger LOGGER  
    • Constructor Summary

      Constructors 
      Constructor Description
      MakeSSL()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void convert​(PGStream stream, java.util.Properties info)  
      private static void verifyPeerName​(PGStream stream, java.util.Properties info, javax.net.ssl.SSLSocket newConnection)  
      • Methods inherited from class java.lang.Object

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

      • LOGGER

        private static final java.util.logging.Logger LOGGER
    • Constructor Detail

      • MakeSSL

        public MakeSSL()
    • Method Detail

      • convert

        public static void convert​(PGStream stream,
                                   java.util.Properties info)
                            throws PSQLException,
                                   java.io.IOException
        Throws:
        PSQLException
        java.io.IOException
      • verifyPeerName

        private static void verifyPeerName​(PGStream stream,
                                           java.util.Properties info,
                                           javax.net.ssl.SSLSocket newConnection)
                                    throws PSQLException
        Throws:
        PSQLException