Module org.snmp4j

Class DecryptParams

java.lang.Object
org.snmp4j.security.DecryptParams

public class DecryptParams extends Object
Parameter class for encrypt and decrypt methods of SecurityProtocol.
Version:
1.0
Author:
Jochen Katz
  • Field Details

    • array

      public byte[] array
    • offset

      public int offset
    • length

      public int length
  • Constructor Details

    • DecryptParams

      public DecryptParams(byte[] array, int offset, int length)
      Initialize with the given value.
      Parameters:
      array - the array as received on the wire
      offset - offset within the array
      length - length of the decrypt params
    • DecryptParams

      public DecryptParams()
      Inizialize with null values.
  • Method Details

    • setValues

      public void setValues(byte[] array, int offset, int length)
      Initialize with the given value.
      Parameters:
      array - the array as received on the wire
      offset - offset within the array
      length - length of the decrypt params