Module org.snmp4j

Class AuthMD5

All Implemented Interfaces:
Serializable, AuthenticationProtocol, SecurityProtocol

public class AuthMD5 extends AuthGeneric
The AuthMD5 class implements the MD5 authentication protocol.
Version:
1.0
Author:
Frank Fock, Jochen Katz
See Also:
  • Field Details

  • Constructor Details

    • AuthMD5

      public AuthMD5()
  • Method Details

    • getID

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