Package org.snmp4j.transport.tls

Interface Summary
TlsTmSecurityCallback<C extends Certificate> The TlsTmSecurityCallback is implemented by the SnmpTlsMib (of SNMP4J-Agent), for example, to resolve (lookup) the tmSecurityName for incoming requests.
 

Class Summary
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.
PropertiesTlsTmSecurityCallback The PropertiesTlsTmSecurityCallback resolves the tmSecurityName for incoming requests by using the (system) properties org.snmp4j.arg.tlsPeerID and org.snmp4j.arg.tlsLocalCA.
SecurityNameMapping The SecurityNameMapping maps a X509 certificate identified by its fingerprint to a security name based on a mapping defined by SecurityNameMapping.CertMappingType.
 

Enum Summary
SecurityNameMapping.CertMappingType  
 


Copyright 2005-2011 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.