Uses of Interface
org.snmp4j.transport.tls.TLSTMTrustManagerFactory
Packages that use TLSTMTrustManagerFactory
Package
Description
Provides transport protocol mappings for SNMP.
-
Uses of TLSTMTrustManagerFactory in org.snmp4j.transport
Methods in org.snmp4j.transport that return TLSTMTrustManagerFactoryMethods in org.snmp4j.transport with parameters of type TLSTMTrustManagerFactoryModifier and TypeMethodDescriptionvoid
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 TLSTMTrustManagerFactoryModifier and TypeClassDescriptionclass
X509ExtendedTrustManager factory for (D)TLSTM.Methods in org.snmp4j.transport.tls that return TLSTMTrustManagerFactoryMethods in org.snmp4j.transport.tls with parameters of type TLSTMTrustManagerFactoryModifier and TypeMethodDescriptionstatic SSLContext
TLSTMUtil.createSSLContext(String protocol, String keyStore, String keyStorePassword, String trustStore, String trustStorePassword, TransportStateReference transportStateReference, TLSTMTrustManagerFactory trustManagerFactory, boolean useClientMode, TlsTmSecurityCallback<X509Certificate> securityCallback, String localCertificateAlias, PKIXRevocationChecker pkixRevocationChecker, String crlURI)
Constructors in org.snmp4j.transport.tls with parameters of type TLSTMTrustManagerFactoryModifierConstructorDescriptionDefaultSSLEngineConfiguration(X509TlsTransportMappingConfig tlsTransportMappingConfig, TLSTMTrustManagerFactory trustManagerFactory, String defaultProtocolVersion)