- java.lang.Object
-
- org.snmp4j.security.AuthGeneric
-
- org.snmp4j.security.AuthSHA
-
- All Implemented Interfaces:
java.io.Serializable,AuthenticationProtocol,SecurityProtocol
public class AuthSHA extends AuthGeneric
TheSHAclass implements the Secure Hash Authentication.- Version:
- 1.0
- Author:
- Jochen Katz
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static OIDID-
Fields inherited from class org.snmp4j.security.AuthGeneric
HMAC_BLOCK_SIZE, hmacBlockSize
-
-
Constructor Summary
Constructors Constructor Description AuthSHA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OIDgetID()Gets the OID uniquely identifying the authentication protocol.-
Methods inherited from class org.snmp4j.security.AuthGeneric
authenticate, changeDelta, getAuthenticationCodeLength, getDigestLength, getDigestObject, getMaxKeyLength, hash, hash, isAuthentic, isSupported, passwordToKey
-
-
-
-
Field Detail
-
ID
public static final OID ID
-
-
Method Detail
-
getID
public OID getID()
Description copied from interface:AuthenticationProtocolGets the OID uniquely identifying the authentication protocol.- Returns:
- an
OIDinstance.
-
-