|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.snmp4j.security.AuthGeneric
org.snmp4j.security.AuthSHA
public class AuthSHA
The SHA
class implements the Secure Hash Authentication.
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 |
---|
public static final OID ID
Constructor Detail |
---|
public AuthSHA()
Method Detail |
---|
public OID getID()
AuthenticationProtocol
OID
instance.
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |