- java.lang.Object
-
- org.snmp4j.security.DecryptParams
-
public class DecryptParams extends java.lang.Object
Parameter class for encrypt and decrypt methods ofSecurityProtocol
.- Version:
- 1.0
- Author:
- Jochen Katz
-
-
Constructor Summary
Constructors Constructor Description DecryptParams()
Inizialize with null values.DecryptParams(byte[] array, int offset, int length)
Initialize with the given value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setValues(byte[] array, int offset, int length)
Initialize with the given value.
-
-
-
Constructor Detail
-
DecryptParams
public DecryptParams(byte[] array, int offset, int length)
Initialize with the given value.- Parameters:
array
- the array as received on the wireoffset
- offset within the arraylength
- length of the decrypt params
-
DecryptParams
public DecryptParams()
Inizialize with null values.
-
-