Uses of Interface
org.snmp4j.transport.tls.SSLEngineConfigurator
Packages that use SSLEngineConfigurator
Package
Description
Provides transport protocol mappings for SNMP.
-
Uses of SSLEngineConfigurator in org.snmp4j.transport
Methods in org.snmp4j.transport that return SSLEngineConfiguratorModifier and TypeMethodDescriptionprotected SSLEngineConfigurator
DTLSTM.ensureSslEngineConfigurator()
Returns the configuredDTLSTM.setSslEngineConfigurator(SSLEngineConfigurator)
or theDefaultSSLEngineConfiguration
which will then become the configured SSL engine configurator.protected SSLEngineConfigurator
TLSTM.ensureSslEngineConfigurator()
Returns the configuredTLSTM.setSslEngineConfigurator(SSLEngineConfigurator)
or theDefaultSSLEngineConfiguration
which will then become the configured SSL engine configurator.DTLSTM.getSslEngineConfigurator()
TLSTM.getSslEngineConfigurator()
Methods in org.snmp4j.transport with parameters of type SSLEngineConfiguratorModifier and TypeMethodDescriptionvoid
DTLSTM.setSslEngineConfigurator(SSLEngineConfigurator sslEngineConfigurator)
void
TLSTM.setSslEngineConfigurator(SSLEngineConfigurator sslEngineConfigurator)
Sets the configurator for theSSLEngine
internally used to run the TLS communication. -
Uses of SSLEngineConfigurator in org.snmp4j.transport.tls
Classes in org.snmp4j.transport.tls that implement SSLEngineConfiguratorModifier and TypeClassDescriptionclass
TheDefaultSSLEngineConfiguration
implements the SSL engine configuration based onX509Certificate
trust management.