Uses of Interface
org.snmp4j.transport.tls.SSLEngineConfigurator
-
Packages that use SSLEngineConfigurator Package Description org.snmp4j.transport Provides transport protocol mappings for SNMP.org.snmp4j.transport.tls -
-
Uses of SSLEngineConfigurator in org.snmp4j.transport
Methods in org.snmp4j.transport that return SSLEngineConfigurator Modifier and Type Method Description protected SSLEngineConfiguratorDTLSTM. ensureSslEngineConfigurator()Returns the configuredDTLSTM.setSslEngineConfigurator(SSLEngineConfigurator)or theDefaultSSLEngineConfigurationwhich will then become the configured SSL engine configurator.protected SSLEngineConfiguratorTLSTM. ensureSslEngineConfigurator()Returns the configuredTLSTM.setSslEngineConfigurator(SSLEngineConfigurator)or theDefaultSSLEngineConfigurationwhich will then become the configured SSL engine configurator.SSLEngineConfiguratorDTLSTM. getSslEngineConfigurator()SSLEngineConfiguratorTLSTM. getSslEngineConfigurator()Methods in org.snmp4j.transport with parameters of type SSLEngineConfigurator Modifier and Type Method Description voidDTLSTM. setSslEngineConfigurator(SSLEngineConfigurator sslEngineConfigurator)voidTLSTM. setSslEngineConfigurator(SSLEngineConfigurator sslEngineConfigurator)Sets the configurator for theSSLEngineinternally used to run the TLS communication. -
Uses of SSLEngineConfigurator in org.snmp4j.transport.tls
Classes in org.snmp4j.transport.tls that implement SSLEngineConfigurator Modifier and Type Class Description classDefaultSSLEngineConfigurationTheDefaultSSLEngineConfigurationimplements the SSL engine configuration based onX509Certificatetrust management.
-