Uses of Interface
org.snmp4j.security.AuthenticationProtocol
-
Packages that use AuthenticationProtocol Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages.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.nonstandard -
-
Uses of AuthenticationProtocol in org.snmp4j
Methods in org.snmp4j that return AuthenticationProtocol Modifier and Type Method Description AuthenticationProtocolDirectUserTarget. 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 AuthenticationProtocol Modifier and Type Method Description voidDirectUserTarget. 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 AuthenticationProtocol Constructor Description DirectUserTarget(A address, OctetString securityName, byte[] authoritativeEngineID, AuthenticationProtocol authenticationProtocol, OctetString authenticationKey, PrivacyProtocol privacyProtocol, OctetString privacyKey)Creates a 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 AuthenticationProtocol Modifier and Type Method Description AuthenticationProtocolMPv3. 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 AuthenticationProtocol Modifier and Type Class Description classAuthGenericThe abstract class AuthGeneric implements common operations for SNMP authentication protocols, such as MD5 and SHA.classAuthHMAC128SHA224The classAuthHMAC128SHA224implements the usmHMAC128SHA224AuthProtocol defined by RFC 7630.classAuthHMAC192SHA256The classAuthHMAC192SHA256implements the usmHMAC192SHA2256AuthProtocol defined by RFC 7630.classAuthHMAC256SHA384The classAuthHMAC256SHA384implements the usmHMAC256SHA3846AuthProtocol defined by RFC 7630.classAuthHMAC384SHA512The classAuthHMAC384SHA512implements the usmHMAC384SHA5126AuthProtocol defined by RFC 7630.classAuthMD5The AuthMD5 class implements the MD5 authentication protocol.classAuthSHATheSHAclass implements the Secure Hash Authentication.classAuthSHA2TheSHA-2class implements the Secure Hash Authentication 2.Methods in org.snmp4j.security that return AuthenticationProtocol Modifier and Type Method Description AuthenticationProtocolSecurityProtocols. getAuthenticationProtocol(OID id)Get theAuthenticationProtocolwith the given ID.AuthenticationProtocolUsmSecurityParameters. getAuthenticationProtocol()AuthenticationProtocolUsmSecurityStateReference. getAuthenticationProtocol()Methods in org.snmp4j.security with parameters of type AuthenticationProtocol Modifier and Type Method Description voidSecurityProtocols. 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)voidUsmSecurityParameters. setAuthenticationProtocol(AuthenticationProtocol authenticationProtocol)voidUsmSecurityStateReference. setAuthenticationProtocol(AuthenticationProtocol authenticationProtocol)Constructors in org.snmp4j.security with parameters of type AuthenticationProtocol Constructor Description UsmSecurityParameters(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 AuthenticationProtocol Modifier and Type Method Description byte[]PrivAESWith3DESKeyExtension. extendShortKey(byte[] shortKey, OctetString password, byte[] engineID, AuthenticationProtocol authProtocol)
-