Uses of Interface
org.snmp4j.transport.tls.TLSTMTrustManagerFactory
Packages that use TLSTMTrustManagerFactory
Package
Description
Provides transport protocol mappings for SNMP.
-
Uses of TLSTMTrustManagerFactory in org.snmp4j.transport
Classes in org.snmp4j.transport that implement TLSTMTrustManagerFactoryModifier and TypeClassDescriptionprivate classprivate classFields in org.snmp4j.transport declared as TLSTMTrustManagerFactoryModifier and TypeFieldDescriptionprivate TLSTMTrustManagerFactoryDTLSTM.trustManagerFactoryprivate TLSTMTrustManagerFactoryTLSTM.trustManagerFactoryMethods in org.snmp4j.transport that return TLSTMTrustManagerFactoryMethods in org.snmp4j.transport with parameters of type TLSTMTrustManagerFactoryModifier and TypeMethodDescriptionvoidDTLSTM.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 TLSTMTrustManagerFactoryModifier and TypeClassDescriptionclassX509ExtendedTrustManager factory for (D)TLSTM.Fields in org.snmp4j.transport.tls declared as TLSTMTrustManagerFactoryModifier and TypeFieldDescriptionprivate final TLSTMTrustManagerFactoryDefaultSSLEngineConfiguration.trustManagerFactoryMethods in org.snmp4j.transport.tls that return TLSTMTrustManagerFactoryMethods in org.snmp4j.transport.tls with parameters of type TLSTMTrustManagerFactoryModifier and TypeMethodDescriptionstatic SSLContextTLSTMUtil.createSSLContext(String protocol, String keyStore, String keyStorePassword, String trustStore, String trustStorePassword, TransportStateReference transportStateReference, TLSTMTrustManagerFactory trustManagerFactory, boolean useClientMode, TlsTmSecurityCallback<X509Certificate> securityCallback, String localCertificateAlias, PKIXRevocationChecker pkixRevocationChecker, String crlURI) Constructors in org.snmp4j.transport.tls with parameters of type TLSTMTrustManagerFactoryModifierConstructorDescriptionDefaultSSLEngineConfiguration(X509TlsTransportMappingConfig tlsTransportMappingConfig, TLSTMTrustManagerFactory trustManagerFactory, String defaultProtocolVersion)