org.postgresql.ssl
Class MakeSSL

java.lang.Object
  extended by org.postgresql.util.ObjectFactory
      extended by org.postgresql.ssl.MakeSSL

public class MakeSSL
extends ObjectFactory


Constructor Summary
MakeSSL()
           
 
Method Summary
static void convert(PGStream stream, Properties info)
           
 
Methods inherited from class org.postgresql.util.ObjectFactory
instantiate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MakeSSL

public MakeSSL()
Method Detail

convert

public static void convert(PGStream stream,
                           Properties info)
                    throws PSQLException,
                           IOException
Throws:
PSQLException
IOException


Copyright © 2017 PostgreSQL Global Development Group. All rights reserved.