org.postgresql.ssl
Class NonValidatingFactory.NonValidatingTM
java.lang.Object
org.postgresql.ssl.NonValidatingFactory.NonValidatingTM
- All Implemented Interfaces:
- TrustManager, X509TrustManager
- Enclosing class:
- NonValidatingFactory
public static class NonValidatingFactory.NonValidatingTM
- extends Object
- implements X509TrustManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonValidatingFactory.NonValidatingTM
public NonValidatingFactory.NonValidatingTM()
getAcceptedIssuers
public X509Certificate[] getAcceptedIssuers()
- Specified by:
getAcceptedIssuers
in interface X509TrustManager
checkClientTrusted
public void checkClientTrusted(X509Certificate[] certs,
String authType)
- Specified by:
checkClientTrusted
in interface X509TrustManager
checkServerTrusted
public void checkServerTrusted(X509Certificate[] certs,
String authType)
- Specified by:
checkServerTrusted
in interface X509TrustManager
Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.