org.postgresql.ssl
Class DbKeyStoreSocketFactory

java.lang.Object
  extended by javax.net.SocketFactory
      extended by javax.net.ssl.SSLSocketFactory
          extended by org.postgresql.ssl.WrappedFactory
              extended by org.postgresql.ssl.DbKeyStoreSocketFactory

public abstract class DbKeyStoreSocketFactory
extends WrappedFactory


Nested Class Summary
static class DbKeyStoreSocketFactory.DbKeyStoreSocketException
           
 
Field Summary
 
Fields inherited from class org.postgresql.ssl.WrappedFactory
_factory
 
Constructor Summary
DbKeyStoreSocketFactory()
           
 
Method Summary
abstract  char[] getKeyStorePassword()
           
abstract  InputStream getKeyStoreStream()
           
 
Methods inherited from class org.postgresql.ssl.WrappedFactory
createSocket, createSocket, createSocket, createSocket, createSocket, getDefaultCipherSuites, getSupportedCipherSuites
 
Methods inherited from class javax.net.ssl.SSLSocketFactory
getDefault
 
Methods inherited from class javax.net.SocketFactory
createSocket
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbKeyStoreSocketFactory

public DbKeyStoreSocketFactory()
                        throws DbKeyStoreSocketFactory.DbKeyStoreSocketException
Throws:
DbKeyStoreSocketFactory.DbKeyStoreSocketException
Method Detail

getKeyStorePassword

public abstract char[] getKeyStorePassword()

getKeyStoreStream

public abstract InputStream getKeyStoreStream()


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