Package org.snmp4j.security
Class AuthHMAC384SHA512
java.lang.Object
org.snmp4j.security.AuthGeneric
org.snmp4j.security.AuthSHA2
org.snmp4j.security.AuthHMAC384SHA512
- All Implemented Interfaces:
 Serializable,AuthenticationProtocol,SecurityProtocol
The class 
AuthHMAC384SHA512 implements the usmHMAC384SHA5126AuthProtocol
 defined by RFC 7630.- Since:
 - 2.4.0
 - Author:
 - Frank Fock
 - See Also:
 
- 
Field Summary
FieldsFields 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
 
 - 
 - 
Constructor Details
- 
AuthHMAC384SHA512
public AuthHMAC384SHA512()Creates an usmHMAC192SHA256AuthProtocol implementation. 
 -