Uses of Interface
org.snmp4j.transport.tls.X509TlsTransportMappingConfig
-
Packages that use X509TlsTransportMappingConfig Package Description org.snmp4j.transport Provides transport protocol mappings for SNMP. -
-
Uses of X509TlsTransportMappingConfig in org.snmp4j.transport
Classes in org.snmp4j.transport that implement X509TlsTransportMappingConfig 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
.
-