Class DHKeyChangeImpl

  • All Implemented Interfaces:
    java.lang.Comparable

    public class DHKeyChangeImpl
    extends KeyChange
    The Diffie Hellman KeyChange object implements a ManagedObject column that implements the DHKeyChange textual convention as defined in RFC 2786.
    Since:
    3.0
    Author:
    Frank Fock
    • Constructor Detail

      • DHKeyChangeImpl

        public DHKeyChangeImpl​(int columnID,
                               MOAccess access,
                               org.snmp4j.smi.OctetString defaultValue,
                               org.snmp4j.security.dh.DHParameters usmDHParameters,
                               UsmMIB usmMIB,
                               org.snmp4j.security.dh.DHOperations.KeyType keyType)