Platform SDK Java 8.5 API Reference

com.genesyslab.platform.commons.connection.tls
Class TrustEveryoneX509TrustManager

java.lang.Object
  extended by com.genesyslab.platform.commons.connection.tls.TrustEveryoneX509TrustManager
All Implemented Interfaces:
javax.net.ssl.TrustManager, javax.net.ssl.X509TrustManager

public final class TrustEveryoneX509TrustManager
extends java.lang.Object
implements javax.net.ssl.X509TrustManager


Constructor Summary
TrustEveryoneX509TrustManager()
           
 
Method Summary
 void checkClientTrusted(java.security.cert.X509Certificate[] x509Certificates, java.lang.String s)
           
 void checkServerTrusted(java.security.cert.X509Certificate[] x509Certificates, java.lang.String s)
           
 java.security.cert.X509Certificate[] getAcceptedIssuers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustEveryoneX509TrustManager

public TrustEveryoneX509TrustManager()
Method Detail

checkClientTrusted

public void checkClientTrusted(java.security.cert.X509Certificate[] x509Certificates,
                               java.lang.String s)
Specified by:
checkClientTrusted in interface javax.net.ssl.X509TrustManager

checkServerTrusted

public void checkServerTrusted(java.security.cert.X509Certificate[] x509Certificates,
                               java.lang.String s)
Specified by:
checkServerTrusted in interface javax.net.ssl.X509TrustManager

getAcceptedIssuers

public java.security.cert.X509Certificate[] getAcceptedIssuers()
Specified by:
getAcceptedIssuers in interface javax.net.ssl.X509TrustManager

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.