Uses of Package
org.snmp4j.transport.tls
-
Packages that use org.snmp4j.transport.tls Package Description org.snmp4j.fluent org.snmp4j.transport Provides transport protocol mappings for SNMP.org.snmp4j.transport.tls -
Classes in org.snmp4j.transport.tls used by org.snmp4j.fluent Class Description TlsTmSecurityCallback TheTlsTmSecurityCallback
is implemented by the SnmpTlsMib (of SNMP4J-Agent), for example, to resolve (lookup) thetmSecurityName
for incoming requests. -
Classes in org.snmp4j.transport.tls used by org.snmp4j.transport Class Description SSLEngineConfigurator TheSSLEngineConfigurator
interface is implemented by users of theTLSTM
orDTLSTM
transport protocols to configure new TLS (SSL) connections.TlsTmSecurityCallback TheTlsTmSecurityCallback
is implemented by the SnmpTlsMib (of SNMP4J-Agent), for example, to resolve (lookup) thetmSecurityName
for incoming requests.TLSTMTrustManagerFactory TlsTransportMappingConfig TheTlsTransportMappingConfig
interface provides means to plug in aTlsTmSecurityCallback
into theTransportMapping
implementation and to control other TLS specific settings.X509TlsTransportMappingConfig TheTlsTransportMappingConfig
interface provides means to plug in aTlsTmSecurityCallback
into aTransportMapping
that usesX509Certificate
s for TLS. -
Classes in org.snmp4j.transport.tls used by org.snmp4j.transport.tls Class Description SecurityNameMapping.CertMappingType SSLEngineConfigurator TheSSLEngineConfigurator
interface is implemented by users of theTLSTM
orDTLSTM
transport protocols to configure new TLS (SSL) connections.TlsTmSecurityCallback TheTlsTmSecurityCallback
is implemented by the SnmpTlsMib (of SNMP4J-Agent), for example, to resolve (lookup) thetmSecurityName
for incoming requests.TLSTMTrustManagerFactory TlsTransportMappingConfig TheTlsTransportMappingConfig
interface provides means to plug in aTlsTmSecurityCallback
into theTransportMapping
implementation and to control other TLS specific settings.X509TlsTransportMappingConfig TheTlsTransportMappingConfig
interface provides means to plug in aTlsTmSecurityCallback
into aTransportMapping
that usesX509Certificate
s for TLS.