Uses of Interface
org.snmp4j.transport.tls.TLSTMTrustManagerFactory
-
Packages that use TLSTMTrustManagerFactory Package Description org.snmp4j.transport Provides transport protocol mappings for SNMP.org.snmp4j.transport.tls -
-
Uses of TLSTMTrustManagerFactory in org.snmp4j.transport
Methods in org.snmp4j.transport that return TLSTMTrustManagerFactory Modifier and Type Method Description TLSTMTrustManagerFactoryDTLSTM. getTrustManagerFactory()TLSTMTrustManagerFactoryTLSTM. getTrustManagerFactory()Methods in org.snmp4j.transport with parameters of type TLSTMTrustManagerFactory Modifier and Type Method Description voidDTLSTM. setTrustManagerFactory(TLSTMTrustManagerFactory trustManagerFactory)Set the TLSTM trust manager factory.voidTLSTM. setTrustManagerFactory(TLSTMTrustManagerFactory trustManagerFactory)Set the TLSTM trust manager factory. -
Uses of TLSTMTrustManagerFactory in org.snmp4j.transport.tls
Classes in org.snmp4j.transport.tls that implement TLSTMTrustManagerFactory Modifier and Type Class Description classTLSTMExtendedTrustManagerFactoryX509ExtendedTrustManager factory for (D)TLSTM.Methods in org.snmp4j.transport.tls that return TLSTMTrustManagerFactory Modifier and Type Method Description TLSTMTrustManagerFactoryDefaultSSLEngineConfiguration. getTrustManagerFactory()Methods in org.snmp4j.transport.tls with parameters of type TLSTMTrustManagerFactory Modifier and Type Method Description static javax.net.ssl.SSLContextTLSTMUtil. 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)Constructors in org.snmp4j.transport.tls with parameters of type TLSTMTrustManagerFactory Constructor Description DefaultSSLEngineConfiguration(TlsTransportMappingConfig<java.security.cert.X509Certificate> tlsTransportMappingConfig, TLSTMTrustManagerFactory trustManagerFactory, java.lang.String defaultProtocolVersion)
-