Package | Description |
---|---|
org.snmp4j.transport |
Provides transport protocol mappings for SNMP.
|
org.snmp4j.transport.tls |
Modifier and Type | Method | Description |
---|---|---|
TLSTMTrustManagerFactory |
DTLSTM.getTrustManagerFactory() |
|
TLSTMTrustManagerFactory |
TLSTM.getTrustManagerFactory() |
Modifier and Type | Method | Description |
---|---|---|
void |
DTLSTM.setTrustManagerFactory(TLSTMTrustManagerFactory trustManagerFactory) |
Set the TLSTM trust manager factory.
|
void |
TLSTM.setTrustManagerFactory(TLSTMTrustManagerFactory trustManagerFactory) |
Set the TLSTM trust manager factory.
|
Modifier and Type | Class | Description |
---|---|---|
class |
TLSTMExtendedTrustManagerFactory |
X509ExtendedTrustManager factory for (D)TLSTM.
|
Modifier and Type | Method | Description |
---|---|---|
static javax.net.ssl.SSLContext |
TLSTMUtil.createSSLContext(java.lang.String protocol,
java.lang.String keyStore,
java.lang.String keyStorePassword,
java.lang.String trustStore,
java.lang.String trustStorePassword,
TransportStateReference transportStateReference,
TLSTMTrustManagerFactory trustManagerFactory,
boolean useClientMode,
TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback,
java.lang.String localCertificateAlias) |
Copyright © 2018 SNMP4J.org. All rights reserved.