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.fluent 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 TheAuthenticationProtocol
interface defines a common interface for all SNMP authentication protocols.PrivacyProtocol ThePrivacyProtocol
interface defines a common interface for all SNMP privacy protocols.SecurityLevel TheSecurityLevel
interface contains enumerated values for the different security levels.USM TheUSM
class implements the User Based Security Model (USM) as defined in RFC 3414.UsmUserEntry TheUsmUserEntry
class represents a user in the Local Configuration Datastore (LCD). -
Classes in org.snmp4j.security used by org.snmp4j.event Class Description SecurityModel TheSecurityModel
interface as described in RFC3411 section 4.4 and RFC 5590 section 5.UsmUserEntry TheUsmUserEntry
class represents a user in the Local Configuration Datastore (LCD). -
Classes in org.snmp4j.security used by org.snmp4j.fluent Class Description SecurityModels TheSecurityModels
class is a collection of all supported security models of a SNMP entity.SecurityProtocols TheSecurityProtocols
class holds all authentication and privacy protocols for a SNMP entity.SecurityProtocols.SecurityProtocolSet -
Classes in org.snmp4j.security used by org.snmp4j.mp Class Description AuthenticationProtocol TheAuthenticationProtocol
interface defines a common interface for all SNMP authentication protocols.PrivacyProtocol ThePrivacyProtocol
interface defines a common interface for all SNMP privacy protocols.SecurityModel TheSecurityModel
interface as described in RFC3411 section 4.4 and RFC 5590 section 5.SecurityModels TheSecurityModels
class is a collection of all supported security models of a SNMP entity.SecurityProtocols TheSecurityProtocols
class holds all authentication and privacy protocols for a SNMP entity.SecurityStateReference TheSecurityStateReference
interface is an empty marker interface for security model dependent state references.USM TheUSM
class 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 TheAuthenticationProtocol
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.AuthSHA2 TheSHA-2
class implements the Secure Hash Authentication 2.ByteArrayWindow TheByteArrayWindow
provides 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 ThePrivacyProtocol
interface 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.SecretOctetString TheSecretOctetString
is anOctetString
for secret data like keys and passwords.SecurityLevel TheSecurityLevel
interface contains enumerated values for the different security levels.SecurityModel TheSecurityModel
interface as described in RFC3411 section 4.4 and RFC 5590 section 5.SecurityModels TheSecurityModels
class is a collection of all supported security models of a SNMP entity.SecurityParameters TheSecurityParameters
interface represents the security parameters in a SNMPv3 message.SecurityProtocol TheSecurityProtocol
class defines common methods of authentication and privacy protocols.SecurityProtocols TheSecurityProtocols
class holds all authentication and privacy protocols for a SNMP entity.SecurityProtocols.SecurityProtocolSet SecurityProtocols.SecurityProtocolType SecurityStateReference TheSecurityStateReference
interface is an empty marker interface for security model dependent state references.SNMPv3SecurityModel The abstract classSNMPv3SecurityModel
implements common methods and fields for security models for the SNMPv3 message processing model.UsmTimeEntry TheUsmTimeEntry
class represents time synchronization information associated with an engine ID.UsmTimeTable TheUsmTimeTable
class is a singleton that stores USM user information as part of the Local Configuration Datastore (LCD).UsmUser TheUsmUser
class represents USM user providing information to secure SNMPv3 message exchange.UsmUserEntry TheUsmUserEntry
class represents a user in the Local Configuration Datastore (LCD).UsmUserTable TheUsmUserTable
class 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 TheAuthenticationProtocol
interface defines a common interface for all SNMP authentication protocols.PrivacyGeneric The PrivacyGeneric abstract class implements common functionality of privacy protocols.PrivacyProtocol ThePrivacyProtocol
interface defines a common interface for all SNMP privacy protocols.PrivAES Base class for PrivAES128, PrivAES192 and PrivAES256.SecurityProtocol TheSecurityProtocol
class defines common methods of authentication and privacy protocols. -
Classes in org.snmp4j.security used by org.snmp4j.uri Class Description USM TheUSM
class 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 TheUSM
class implements the User Based Security Model (USM) as defined in RFC 3414.