Package org.snmp4j.security
Class AuthHMAC256SHA384
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
 - 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
- 
AuthHMAC256SHA384
public AuthHMAC256SHA384()Creates an usmHMAC192SHA256AuthProtocol implementation. 
 -