Package | Description |
---|---|
org.postgresql.ssl | |
org.postgresql.ssl.jdbc4 |
Modifier and Type | Class | Description |
---|---|---|
class |
DbKeyStoreSocketFactory |
|
class |
DefaultJavaSSLFactory |
Socket factory that uses Java's default truststore to validate server certificate.
|
class |
LibPQFactory |
Provide an SSLSocketFactory that is compatible with the libpq behaviour.
|
class |
NonValidatingFactory |
Provide a SSLSocketFactory that allows SSL connections to be made without validating the server's
certificate.
|
class |
SingleCertValidatingFactory |
Provides a SSLSocketFactory that authenticates the remote server against an explicit pre-shared
SSL certificate.
|
Modifier and Type | Class | Description |
---|---|---|
class |
LibPQFactory |
Deprecated.
prefer
LibPQFactory |
Copyright © 2019 PostgreSQL Global Development Group. All rights reserved.