Package org.postgresql.ssl
Class NonValidatingFactory.NonValidatingTM
java.lang.Object
org.postgresql.ssl.NonValidatingFactory.NonValidatingTM
- All Implemented Interfaces:
TrustManager
,X509TrustManager
- Enclosing class:
- NonValidatingFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkClientTrusted
(X509Certificate[] certs, String authType) void
checkServerTrusted
(X509Certificate[] certs, String authType)
-
Constructor Details
-
NonValidatingTM
public NonValidatingTM()
-
-
Method Details
-
getAcceptedIssuers
- Specified by:
getAcceptedIssuers
in interfaceX509TrustManager
-
checkClientTrusted
- Specified by:
checkClientTrusted
in interfaceX509TrustManager
-
checkServerTrusted
- Specified by:
checkServerTrusted
in interfaceX509TrustManager
-