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.
|
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 © 2016 SNMP4J.org. All Rights Reserved.