Package org.snmp4j.security
Class DecryptParams
java.lang.Object
org.snmp4j.security.DecryptParams
Parameter class for encrypt and decrypt methods of 
SecurityProtocol.- Version:
 - 1.0
 - Author:
 - Jochen Katz
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionInizialize with null values.DecryptParams(byte[] array, int offset, int length) Initialize with the given value. - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetValues(byte[] array, int offset, int length) Initialize with the given value. 
- 
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 wireoffset- offset within the arraylength- 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 wireoffset- offset within the arraylength- length of the decrypt params
 
 -