Uses of Interface
org.snmp4j.security.AuthenticationProtocol
Packages that use AuthenticationProtocol
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Provides classes and interfaces for the SNMP message processing.
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
-
Uses of AuthenticationProtocol in org.snmp4j
Methods in org.snmp4j that return AuthenticationProtocolModifier and TypeMethodDescriptionDirectUserTarget.getAuthenticationProtocol()Get theAuthenticationProtocolassociated with this target ornullif there is no direct user information provided but referenced by theAbstractTarget.securityNamefrom theUSMor if there is no authentication.Methods in org.snmp4j with parameters of type AuthenticationProtocolModifier and TypeMethodDescriptionvoidDirectUserTarget.setAuthenticationProtocol(AuthenticationProtocol authenticationProtocol) Set theAuthenticationProtocolassociated with this target ornullif there is no direct user information provided but referenced by theAbstractTarget.securityNamefrom theUSMor if there is no authentication.Constructors in org.snmp4j with parameters of type AuthenticationProtocolModifierConstructorDescriptionDirectUserTarget(A address, OctetString securityName, byte[] authoritativeEngineID, AuthenticationProtocol authenticationProtocol, OctetString authenticationKey, PrivacyProtocol privacyProtocol, OctetString privacyKey) Creates an SNMPv3 USM target with the supplied security level, one second time-out without retries.DirectUserTarget(A address, OctetString securityName, AuthenticationProtocol authenticationProtocol, OctetString authenticationPassphrase, PrivacyProtocol privacyProtocol, OctetString privacyPassphrase) Creates an SNMPv3 USM target with the supplied security level, one second time-out without retries. -
Uses of AuthenticationProtocol in org.snmp4j.mp
Methods in org.snmp4j.mp that return AuthenticationProtocolModifier and TypeMethodDescriptionMPv3.getAuthProtocol(OID id) Gets an authentication protocol for the supplied ID. -
Uses of AuthenticationProtocol in org.snmp4j.security
Classes in org.snmp4j.security that implement AuthenticationProtocolModifier and TypeClassDescriptionclassThe abstract class AuthGeneric implements common operations for SNMP authentication protocols, such as MD5 and SHA.classThe classAuthHMAC128SHA224implements the usmHMAC128SHA224AuthProtocol defined by RFC 7630.classThe classAuthHMAC192SHA256implements the usmHMAC192SHA256AuthProtocol defined by RFC 7630.classThe classAuthHMAC256SHA384implements the usmHMAC256SHA384AuthProtocol defined by RFC 7630.classThe classAuthHMAC384SHA512implements the usmHMAC384SHA512AuthProtocol defined by RFC 7630.classThe AuthMD5 class implements the MD5 authentication protocol.classTheSHAclass implements the Secure Hash Authentication.classTheSHA-2class implements the Secure Hash Authentication 2.Methods in org.snmp4j.security that return AuthenticationProtocolModifier and TypeMethodDescriptionSecurityProtocols.getAuthenticationProtocol(OID id) Get theAuthenticationProtocolwith the given ID.UsmSecurityParameters.getAuthenticationProtocol()UsmSecurityStateReference.getAuthenticationProtocol()Methods in org.snmp4j.security with parameters of type AuthenticationProtocolModifier and TypeMethodDescriptionvoidSecurityProtocols.addAuthenticationProtocol(AuthenticationProtocol auth) Add the givenAuthenticationProtocol.byte[]Priv3DES.extendShortKey(byte[] shortKey, OctetString password, byte[] engineID, AuthenticationProtocol authProtocol) byte[]PrivacyProtocol.extendShortKey(byte[] shortKey, OctetString password, byte[] engineID, AuthenticationProtocol authProtocol) Extend a localized key that is too short.byte[]PrivAES.extendShortKey(byte[] shortKey, OctetString password, byte[] engineID, AuthenticationProtocol authProtocol) byte[]PrivDES.extendShortKey(byte[] shortKey, OctetString password, byte[] engineID, AuthenticationProtocol authProtocol) static byte[]SecurityProtocols.passwordToKey(PrivacyProtocol privProtocol, AuthenticationProtocol authProtocol, OctetString passwordString, byte[] engineID) Generates the localized key for the given password and engine id for the privacy protocol specified by the supplied OID.voidUsmSecurityParameters.setAuthenticationProtocol(AuthenticationProtocol authenticationProtocol) voidUsmSecurityStateReference.setAuthenticationProtocol(AuthenticationProtocol authenticationProtocol) Constructors in org.snmp4j.security with parameters of type AuthenticationProtocolModifierConstructorDescriptionUsmSecurityParameters(OctetString authoritativeEngineID, Integer32 authoritativeEngineBoots, Integer32 authoritativeEngineTime, OctetString userName, AuthenticationProtocol authenticationProtocol, PrivacyProtocol privacyProtocol) -
Uses of AuthenticationProtocol in org.snmp4j.security.nonstandard
Methods in org.snmp4j.security.nonstandard with parameters of type AuthenticationProtocolModifier and TypeMethodDescriptionbyte[]PrivAESWith3DESKeyExtension.extendShortKey(byte[] shortKey, OctetString password, byte[] engineID, AuthenticationProtocol authProtocol)