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
Fields in org.snmp4j.transport declared as SSLEngineConfigurator Modifier and Type Field Description private SSLEngineConfigurator
DTLSTM. sslEngineConfigurator
private SSLEngineConfigurator
TLSTM. sslEngineConfigurator
Methods in org.snmp4j.transport that return SSLEngineConfigurator Modifier and Type Method Description protected 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.SSLEngineConfigurator
DTLSTM. getSslEngineConfigurator()
SSLEngineConfigurator
TLSTM. getSslEngineConfigurator()
Methods in org.snmp4j.transport with parameters of type SSLEngineConfigurator Modifier and Type Method Description void
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 SSLEngineConfigurator Modifier and Type Class Description class
DefaultSSLEngineConfiguration
TheDefaultSSLEngineConfiguration
implements the SSL engine configuration based onX509Certificate
trust management.
-