Uses of Interface
org.snmp4j.transport.tls.TlsTmSecurityCallback

Packages that use TlsTmSecurityCallback
org.snmp4j.transport Provides transport protocol mappings for SNMP. 
org.snmp4j.transport.tls   
 

Uses of TlsTmSecurityCallback in org.snmp4j.transport
 

Methods in org.snmp4j.transport that return TlsTmSecurityCallback
 TlsTmSecurityCallback<java.security.cert.X509Certificate> TLSTM.getSecurityCallback()
           
 

Methods in org.snmp4j.transport with parameters of type TlsTmSecurityCallback
 void TLSTM.setSecurityCallback(TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback)
           
 

Constructors in org.snmp4j.transport with parameters of type TlsTmSecurityCallback
TLSTM(TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback, TlsAddress serverAddress)
          Creates a TLS transport mapping that binds to the given address (interface) on the local host.
TLSTM(TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback, TlsAddress serverAddress, CounterSupport counterSupport)
          Creates a TLS transport mapping that binds to the given address (interface) on the local host.
 

Uses of TlsTmSecurityCallback in org.snmp4j.transport.tls
 

Classes in org.snmp4j.transport.tls that implement TlsTmSecurityCallback
 class DefaultTlsTmSecurityCallback
          The DefaultTlsTmSecurityCallback resolves the tmSecurityName for incoming requests through a mapping table based on the peer certificates, resolves the local certificate alias through a mapping table based on the target address and accepts peer certificates based on a list of trusted peer and issuer certificates.
 class PropertiesTlsTmSecurityCallback
          The PropertiesTlsTmSecurityCallback resolves the tmSecurityName for incoming requests by using the (system) properties org.snmp4j.arg.tlsPeerID and org.snmp4j.arg.tlsLocalCA.
 


Copyright 2005-2011 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.