public class DecryptParams extends Object
SecurityProtocol
.Constructor and Description |
---|
DecryptParams()
Inizialize with null values.
|
DecryptParams(byte[] array,
int offset,
int length)
Initialize with the given value.
|
Modifier and Type | Method and Description |
---|---|
void |
setValues(byte[] array,
int offset,
int length)
Initialize with the given value.
|
public DecryptParams(byte[] array, int offset, int length)
array
- the array as received on the wireoffset
- offset within the arraylength
- length of the decrypt paramspublic DecryptParams()
Copyright © 2018 SNMP4J.org. All rights reserved.