Uses of Interface
org.snmp4j.transport.TLSTM.TLSTMTrustManagerFactory
Packages that use TLSTM.TLSTMTrustManagerFactory
Package
Description
Provides transport protocol mappings for SNMP.
-
Uses of TLSTM.TLSTMTrustManagerFactory in org.snmp4j.transport
Methods in org.snmp4j.transport that return TLSTM.TLSTMTrustManagerFactoryMethods in org.snmp4j.transport with parameters of type TLSTM.TLSTMTrustManagerFactoryModifier and TypeMethodDescriptionvoid
TLSTM.setTrustManagerFactory
(TLSTM.TLSTMTrustManagerFactory trustManagerFactory) Set the TLSTM trust manager factory. -
Uses of TLSTM.TLSTMTrustManagerFactory in org.snmp4j.transport.tls
Classes in org.snmp4j.transport.tls that implement TLSTM.TLSTMTrustManagerFactoryModifier and TypeClassDescriptionclass
X509ExtendedTrustManager factory for TLSTM.Methods in org.snmp4j.transport.tls with parameters of type TLSTM.TLSTMTrustManagerFactoryModifier and TypeMethodDescriptionstatic SSLContext
TLSTMUtil.createSSLContext
(String protocol, String keyStore, String keyStorePassword, String trustStore, String trustStorePassword, TransportStateReference transportStateReference, TLSTM.TLSTMTrustManagerFactory trustManagerFactory, boolean useClientMode, TlsTmSecurityCallback<X509Certificate> securityCallback, String localCertificateAlias)