Uses of Package
org.snmp4j.security
-
Packages that use org.snmp4j.security Package Description 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.org.snmp4j.security.dh org.snmp4j.security.nonstandard org.snmp4j.uri org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. -
Classes in org.snmp4j.security used by org.snmp4j Class Description AuthenticationProtocol TheAuthenticationProtocolinterface defines a common interface for all SNMP authentication protocols.PrivacyProtocol ThePrivacyProtocolinterface defines a common interface for all SNMP privacy protocols.SecurityLevel TheSecurityLevelinterface contains enumerated values for the different security levels.USM TheUSMclass implements the User Based Security Model (USM) as defined in RFC 3414.UsmUserEntry TheUsmUserEntryclass represents a user in the Local Configuration Datastore (LCD). -
Classes in org.snmp4j.security used by org.snmp4j.event Class Description SecurityModel TheSecurityModelinterface as described in RFC3411 section 4.4 and RFC 5590 section 5.UsmUserEntry TheUsmUserEntryclass represents a user in the Local Configuration Datastore (LCD). -
Classes in org.snmp4j.security used by org.snmp4j.mp Class Description AuthenticationProtocol TheAuthenticationProtocolinterface defines a common interface for all SNMP authentication protocols.PrivacyProtocol ThePrivacyProtocolinterface defines a common interface for all SNMP privacy protocols.SecurityModel TheSecurityModelinterface as described in RFC3411 section 4.4 and RFC 5590 section 5.SecurityModels TheSecurityModelsclass is a collection of all supported security models of a SNMP entity.SecurityProtocols TheSecurityProtocolsclass holds all authentication and privacy protocols for a SNMP entity.SecurityStateReference TheSecurityStateReferenceinterface is an empty marker interface for security model dependent state references.USM TheUSMclass implements the User Based Security Model (USM) as defined in RFC 3414. -
Classes in org.snmp4j.security used by org.snmp4j.security Class Description AuthenticationProtocol TheAuthenticationProtocolinterface 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.AuthSHA2 TheSHA-2class implements the Secure Hash Authentication 2.ByteArrayWindow TheByteArrayWindowprovides windowed access to a subarray of a byte array.CipherPool The CipherPool class provides service to share and reuse Cipher instances, across different threads.DecryptParams Parameter class for encrypt and decrypt methods ofSecurityProtocol.PrivacyGeneric The PrivacyGeneric abstract class implements common functionality of privacy protocols.PrivacyProtocol ThePrivacyProtocolinterface defines a common interface for all SNMP privacy protocols.PrivAES Base class for PrivAES128, PrivAES192 and PrivAES256.Salt Class that holds a 64 bit salt value for crypto operations.SecurityLevel TheSecurityLevelinterface contains enumerated values for the different security levels.SecurityModel TheSecurityModelinterface as described in RFC3411 section 4.4 and RFC 5590 section 5.SecurityModels TheSecurityModelsclass is a collection of all supported security models of a SNMP entity.SecurityParameters TheSecurityParametersinterface represents the security parameters in a SNMPv3 message.SecurityProtocol TheSecurityProtocolclass defines common methods of authentication and privacy protocols.SecurityProtocols TheSecurityProtocolsclass holds all authentication and privacy protocols for a SNMP entity.SecurityProtocols.SecurityProtocolType SecurityStateReference TheSecurityStateReferenceinterface is an empty marker interface for security model dependent state references.SNMPv3SecurityModel The abstract classSNMPv3SecurityModelimplements common methods and fields for security models for the SNMPv3 message processing model.UsmTimeEntry TheUsmTimeEntryclass represents time synchronization information associated with an engine ID.UsmTimeTable TheUsmTimeTableclass is a singleton that stores USM user information as part of the Local Configuration Datastore (LCD).UsmUser TheUsmUserclass represents USM user providing information to secure SNMPv3 message exchange.UsmUserEntry TheUsmUserEntryclass represents a user in the Local Configuration Datastore (LCD).UsmUserTable TheUsmUserTableclass stores USM user information as part of the Local Configuration Datastore (LCD). -
Classes in org.snmp4j.security used by org.snmp4j.security.dh Class Description SecurityProtocols.SecurityProtocolType -
Classes in org.snmp4j.security used by org.snmp4j.security.nonstandard Class Description AuthenticationProtocol TheAuthenticationProtocolinterface defines a common interface for all SNMP authentication protocols.PrivacyGeneric The PrivacyGeneric abstract class implements common functionality of privacy protocols.PrivacyProtocol ThePrivacyProtocolinterface defines a common interface for all SNMP privacy protocols.PrivAES Base class for PrivAES128, PrivAES192 and PrivAES256.SecurityProtocol TheSecurityProtocolclass defines common methods of authentication and privacy protocols. -
Classes in org.snmp4j.security used by org.snmp4j.uri Class Description USM TheUSMclass implements the User Based Security Model (USM) as defined in RFC 3414. -
Classes in org.snmp4j.security used by org.snmp4j.util Class Description USM TheUSMclass implements the User Based Security Model (USM) as defined in RFC 3414.