Package org.postgresql.ssl
Class MakeSSL
java.lang.Object
org.postgresql.util.ObjectFactory
org.postgresql.ssl.MakeSSL
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
convert
(PGStream stream, Properties info) private static void
verifyPeerName
(PGStream stream, Properties info, SSLSocket newConnection) Methods inherited from class org.postgresql.util.ObjectFactory
instantiate
-
Field Details
-
LOGGER
-
-
Constructor Details
-
MakeSSL
public MakeSSL()
-
-
Method Details
-
convert
- Throws:
PSQLException
IOException
-
verifyPeerName
private static void verifyPeerName(PGStream stream, Properties info, SSLSocket newConnection) throws PSQLException - Throws:
PSQLException
-