Uses of Interface
org.snmp4j.transport.tls.X509TlsTransportMappingConfig
Packages that use X509TlsTransportMappingConfig
Package
Description
Provides transport protocol mappings for SNMP.
-
Uses of X509TlsTransportMappingConfig in org.snmp4j.transport
Classes in org.snmp4j.transport that implement X509TlsTransportMappingConfigModifier and TypeClassDescriptionclass
TheDTLSTM
implements the Datagram Transport Layer Security Transport Mapping (TLS-TM) as defined by RFC 5953 with the new IO API andSSLEngine
.class
TheTLSTM
implements the Transport Layer Security Transport Mapping (TLS-TM) as defined by RFC 5953 with the new IO API andSSLEngine
. -
Uses of X509TlsTransportMappingConfig in org.snmp4j.transport.tls
Constructors in org.snmp4j.transport.tls with parameters of type X509TlsTransportMappingConfigModifierConstructorDescriptionDefaultSSLEngineConfiguration(X509TlsTransportMappingConfig tlsTransportMappingConfig, TLSTMTrustManagerFactory trustManagerFactory, String defaultProtocolVersion)