Uses of Package
org.snmp4j.security

Packages that use org.snmp4j.security
org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages. 
org.snmp4j.event Provides classes and interfaces for SNMP4J event processing. 
org.snmp4j.mp Provides classes and interfaces for the SNMP message processing. 
org.snmp4j.security Provides classes and interfaces for authentication and privacy of SNMP(v3) messages. 
 

Classes in org.snmp4j.security used by org.snmp4j
USM
          The USM class implements the User Based Security Model (USM) as defined in RFC3414.
 

Classes in org.snmp4j.security used by org.snmp4j.event
UsmUserEntry
          The UsmUserEntry class represents a user in the Local Configuration Datastore (LCD).
 

Classes in org.snmp4j.security used by org.snmp4j.mp
AuthenticationProtocol
          The AuthenticationProtocol interface defines a common interface for all SNMP authentication protocols.
PrivacyProtocol
          The PrivacyProtocol interface defines a common interface for all SNMP privacy protocols.
SecurityModel
          The SecurityModel interface as described in RFC3411 section 4.4.
SecurityModels
          The SecurityModels class is a collection of all supported security models of a SNMP entity.
SecurityProtocols
          The SecurityProtocols class holds all authentication and privacy protocols for a SNMP entity.
SecurityStateReference
          The SecurityStateReference interface is an empty marker interface for security model dependend state references.
USM
          The USM class implements the User Based Security Model (USM) as defined in RFC3414.
 

Classes in org.snmp4j.security used by org.snmp4j.security
AuthenticationProtocol
          The AuthenticationProtocol interface defines a common interface for all SNMP authentication protocols.
AuthGeneric
          The abstract class AuthGeneric implements common operations for SNMP authentication protocols, such as MD5 and SHA.
ByteArrayWindow
          The ByteArrayWindow provides windowed access to a subarray of a byte array.
DecryptParams
          Parameter class for encrypt and decrypt methods of SecurityProtocol.
PrivacyProtocol
          The PrivacyProtocol interface defines a common interface for all SNMP privacy protocols.
PrivAES
          Base class for PrivAES128, PrivAES192 and PrivAES256.
SecurityModel
          The SecurityModel interface as described in RFC3411 section 4.4.
SecurityModels
          The SecurityModels class is a collection of all supported security models of a SNMP entity.
SecurityParameters
          The SecurityParameters interface represents the security parameters in a SNMPv3 message.
SecurityProtocol
          The SecurityProtocol class defines common methods of authentication and privacy protocols.
SecurityProtocols
          The SecurityProtocols class holds all authentication and privacy protocols for a SNMP entity.
SecurityStateReference
          The SecurityStateReference interface is an empty marker interface for security model dependend state references.
UsmTimeEntry
          The UsmTimeEntry class represents time synchronization information associated with an engine ID.
UsmTimeTable
          The UsmTimeTable class is a singleton that stores USM user information as part of the Local Configuration Datastore (LCD).
UsmUser
          The UsmUser class represents USM user providing information to secure SNMPv3 message exchange.
UsmUserEntry
          The UsmUserEntry class represents a user in the Local Configuration Datastore (LCD).
UsmUserTable
          The UsmUserTable class stores USM user information as part of the Local Configuration Datastore (LCD).
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.