Package org.snmp4j.security
Class AuthMD5
java.lang.Object
org.snmp4j.security.AuthGeneric
org.snmp4j.security.AuthMD5
- All Implemented Interfaces:
 Serializable,AuthenticationProtocol,SecurityProtocol
The AuthMD5 class implements the MD5 authentication protocol.
- Version:
 - 1.0
 - Author:
 - Frank Fock, Jochen Katz
 - See Also:
 
- 
Field Summary
FieldsFields inherited from class org.snmp4j.security.AuthGeneric
HMAC_BLOCK_SIZE, 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
 - 
KEY_LENGTH
public static final int KEY_LENGTH- See Also:
 
 
 - 
 - 
Constructor Details
- 
AuthMD5
public AuthMD5() 
 - 
 - 
Method Details
- 
getID
Description copied from interface:AuthenticationProtocolGets the OID uniquely identifying the authentication protocol.- Returns:
 - an 
OIDinstance. 
 
 -