Module org.snmp4j

Interface NonStandardSecurityProtocol

All Known Implementing Classes:
PrivAES192, PrivAES192With3DESKeyExtension, PrivAES256, PrivAES256With3DESKeyExtension, PrivAESWith3DESKeyExtension

public interface NonStandardSecurityProtocol
With the NonStandardSecurityProtocol interface you can modify the ID of a non-standard security protocol to match the ID that is used by that protocol in your environment.
Since:
2.5.0
Author:
Frank Fock
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the default ID for this non-standard privacy protocol.
    void
    setID(OID newOID)
    Assign a new ID to a non-standard security protocol instance.
  • Method Details

    • setID

      void setID(OID newOID)
      Assign a new ID to a non-standard security protocol instance.
      Parameters:
      newOID - the new security protcol ID for the security protocol class called.
    • getDefaultID

      OID getDefaultID()
      Gets the default ID for this non-standard privacy protocol.
      Returns:
      the default ID as defined by the OOSNMP-USM-MIB.