|
||||||||||
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.AuthMD5
public class AuthMD5
The AuthMD5 class implements the MD5 authentication protocol.
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 |
---|
public static final OID ID
Constructor Detail |
---|
public AuthMD5()
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 |