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
Fields in org.snmp4j.transport declared as SSLEngineConfiguratorModifier and TypeFieldDescriptionprivate SSLEngineConfiguratorDTLSTM.sslEngineConfiguratorprivate SSLEngineConfiguratorTLSTM.sslEngineConfiguratorMethods in org.snmp4j.transport that return SSLEngineConfiguratorModifier and TypeMethodDescriptionprotected 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.DTLSTM.getSslEngineConfigurator()TLSTM.getSslEngineConfigurator()Methods in org.snmp4j.transport with parameters of type SSLEngineConfiguratorModifier and TypeMethodDescriptionvoidDTLSTM.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 SSLEngineConfiguratorModifier and TypeClassDescriptionclassTheDefaultSSLEngineConfigurationimplements the SSL engine configuration based onX509Certificatetrust management.