org.snmp4j.security
Class AuthSHA

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

public class AuthSHA
extends AuthGeneric

The SHA class implements the Secure Hash Authentication.

Version:
1.0
Author:
Jochen Katz
See Also:
Serialized Form

Field Summary
static OID ID
           
 
Fields inherited from interface org.snmp4j.security.AuthenticationProtocol
MESSAGE_AUTHENTICATION_CODE_LENGTH
 
Constructor Summary
AuthSHA()
           
 
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

AuthSHA

public AuthSHA()
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.