org.snmp4j.transport
Class TLSTM.TlsTrustManager
java.lang.Object
org.snmp4j.transport.TLSTM.TlsTrustManager
- All Implemented Interfaces:
- javax.net.ssl.TrustManager, javax.net.ssl.X509TrustManager
- Enclosing class:
- TLSTM
protected class TLSTM.TlsTrustManager
- extends java.lang.Object
- implements javax.net.ssl.X509TrustManager
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 |
TLSTM.TlsTrustManager
protected TLSTM.TlsTrustManager(javax.net.ssl.X509TrustManager trustManager,
boolean useClientMode,
TransportStateReference tmStateReference)
checkClientTrusted
public void checkClientTrusted(java.security.cert.X509Certificate[] x509Certificates,
java.lang.String s)
throws java.security.cert.CertificateException
- Specified by:
checkClientTrusted
in interface javax.net.ssl.X509TrustManager
- Throws:
java.security.cert.CertificateException
checkServerTrusted
public void checkServerTrusted(java.security.cert.X509Certificate[] x509Certificates,
java.lang.String s)
throws java.security.cert.CertificateException
- Specified by:
checkServerTrusted
in interface javax.net.ssl.X509TrustManager
- Throws:
java.security.cert.CertificateException
getAcceptedIssuers
public java.security.cert.X509Certificate[] getAcceptedIssuers()
- Specified by:
getAcceptedIssuers
in interface javax.net.ssl.X509TrustManager
Copyright © 2011 SNMP4J.org. All Rights Reserved.