Uses of Interface
org.snmp4j.transport.tls.TlsTransportMappingConfig
-
Packages that use TlsTransportMappingConfig Package Description org.snmp4j.transport Provides transport protocol mappings for SNMP.org.snmp4j.transport.tls -
-
Uses of TlsTransportMappingConfig in org.snmp4j.transport
Classes in org.snmp4j.transport that implement TlsTransportMappingConfig Modifier and Type Class Description class
DTLSTM
TheDTLSTM
implements the Datagram Transport Layer Security Transport Mapping (TLS-TM) as defined by RFC 5953 with the new IO API andSSLEngine
.class
TLSTM
TheTLSTM
implements the Transport Layer Security Transport Mapping (TLS-TM) as defined by RFC 5953 with the new IO API andSSLEngine
. -
Uses of TlsTransportMappingConfig in org.snmp4j.transport.tls
Subinterfaces of TlsTransportMappingConfig in org.snmp4j.transport.tls Modifier and Type Interface Description interface
X509TlsTransportMappingConfig
TheTlsTransportMappingConfig
interface provides means to plug in aTlsTmSecurityCallback
into aTransportMapping
that usesX509Certificate
s for TLS.Methods in org.snmp4j.transport.tls that return TlsTransportMappingConfig Modifier and Type Method Description TlsTransportMappingConfig<java.security.cert.X509Certificate>
DefaultSSLEngineConfiguration. getTlsTransportMappingConfig()
-