org.snmp4j.security
Class AuthMD5

java.lang.Object
  extended by org.snmp4j.security.AuthGeneric
      extended by org.snmp4j.security.AuthMD5
All Implemented Interfaces:
java.io.Serializable, AuthenticationProtocol, SecurityProtocol

public class AuthMD5
extends AuthGeneric

The AuthMD5 class implements the MD5 authentication protocol.

Version:
1.0
Author:
Jochen Katz & Frank Fock
See Also:
Serialized Form

Field Summary
static OID ID
           
 
Fields inherited from interface org.snmp4j.security.AuthenticationProtocol
MESSAGE_AUTHENTICATION_CODE_LENGTH
 
Constructor Summary
AuthMD5()
           
 
Method Summary
 OID getID()
          Gets the OID uniquely identifying the authentication protocol.
 
Methods inherited from class org.snmp4j.security.AuthGeneric
authenticate, changeDelta, getDigestLength, getDigestObject, hash, hash, isAuthentic, passwordToKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final OID ID
Constructor Detail

AuthMD5

public AuthMD5()
Method Detail

getID

public OID getID()
Description copied from interface: AuthenticationProtocol
Gets the OID uniquely identifying the authentication protocol.

Returns:
an OID instance.

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.