Uses of Interface
org.snmp4j.transport.tls.TLSTMTrustManagerFactory
-
Packages that use TLSTMTrustManagerFactory Package Description org.snmp4j.transport Provides transport protocol mappings for SNMP.org.snmp4j.transport.tls -
-
Uses of TLSTMTrustManagerFactory in org.snmp4j.transport
Methods in org.snmp4j.transport that return TLSTMTrustManagerFactory Modifier and Type Method Description TLSTMTrustManagerFactory
DTLSTM. getTrustManagerFactory()
TLSTMTrustManagerFactory
TLSTM. getTrustManagerFactory()
Methods in org.snmp4j.transport with parameters of type TLSTMTrustManagerFactory Modifier and Type Method Description void
DTLSTM. setTrustManagerFactory(TLSTMTrustManagerFactory trustManagerFactory)
Set the TLSTM trust manager factory.void
TLSTM. setTrustManagerFactory(TLSTMTrustManagerFactory trustManagerFactory)
Set the TLSTM trust manager factory. -
Uses of TLSTMTrustManagerFactory in org.snmp4j.transport.tls
Classes in org.snmp4j.transport.tls that implement TLSTMTrustManagerFactory Modifier and Type Class Description class
TLSTMExtendedTrustManagerFactory
X509ExtendedTrustManager factory for (D)TLSTM.Methods in org.snmp4j.transport.tls that return TLSTMTrustManagerFactory Modifier and Type Method Description TLSTMTrustManagerFactory
DefaultSSLEngineConfiguration. getTrustManagerFactory()
Methods in org.snmp4j.transport.tls with parameters of type TLSTMTrustManagerFactory Modifier and Type Method Description static javax.net.ssl.SSLContext
TLSTMUtil. createSSLContext(java.lang.String protocol, java.lang.String keyStore, java.lang.String keyStorePassword, java.lang.String trustStore, java.lang.String trustStorePassword, TransportStateReference transportStateReference, TLSTMTrustManagerFactory trustManagerFactory, boolean useClientMode, TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback, java.lang.String localCertificateAlias, java.security.cert.PKIXRevocationChecker pkixRevocationChecker, java.lang.String crlURI)
Constructors in org.snmp4j.transport.tls with parameters of type TLSTMTrustManagerFactory Constructor Description DefaultSSLEngineConfiguration(X509TlsTransportMappingConfig tlsTransportMappingConfig, TLSTMTrustManagerFactory trustManagerFactory, java.lang.String defaultProtocolVersion)
-