Uses of Class
org.postgresql.ssl.WrappedFactory
-
Packages that use WrappedFactory Package Description org.postgresql.ssl org.postgresql.ssl.jdbc4 -
-
Uses of WrappedFactory in org.postgresql.ssl
Subclasses of WrappedFactory in org.postgresql.ssl Modifier and Type Class Description classDbKeyStoreSocketFactoryclassDefaultJavaSSLFactorySocket factory that uses Java's default truststore to validate server certificate.classLibPQFactoryProvide an SSLSocketFactory that is compatible with the libpq behaviour.classNonValidatingFactoryProvide a SSLSocketFactory that allows SSL connections to be made without validating the server's certificate.classSingleCertValidatingFactoryProvides a SSLSocketFactory that authenticates the remote server against an explicit pre-shared SSL certificate. -
Uses of WrappedFactory in org.postgresql.ssl.jdbc4
Subclasses of WrappedFactory in org.postgresql.ssl.jdbc4 Modifier and Type Class Description classLibPQFactoryDeprecated.preferLibPQFactory
-