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