java.lang.Object
org.snmp4j.security.AuthGeneric
org.snmp4j.security.AuthSHA2
org.snmp4j.security.AuthHMAC256SHA384
- All Implemented Interfaces:
Serializable,AuthenticationProtocol,SecurityProtocol
The class
AuthHMAC256SHA384 implements the usmHMAC256SHA3846AuthProtocol defined by RFC 7630.- Since:
- 2.4.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate static final intstatic final OIDprivate static final longFields inherited from class org.snmp4j.security.AuthGeneric
hmacBlockSize -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.snmp4j.security.AuthGeneric
authenticate, changeDelta, getAuthenticationCodeLength, getDigestLength, getDigestObject, getMaxKeyLength, hash, hash, isAuthentic, isSupported, passwordToKey
-
Field Details
-
ID
-
DIGEST_LENGTH
private static final int DIGEST_LENGTH- See Also:
-
AUTH_CODE_LENGTH
private static final int AUTH_CODE_LENGTH- See Also:
-
HMAC_BLOCK_SIZE
private static final int HMAC_BLOCK_SIZE- See Also:
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AuthHMAC256SHA384
public AuthHMAC256SHA384()Creates an usmHMAC192SHA256AuthProtocol implementation.
-