|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.snmp4j.security.DecryptParams
public class DecryptParams
Parameter class for encrypt and decrypt methods of SecurityProtocol.
| Field Summary | |
|---|---|
byte[] |
array
|
int |
length
|
int |
offset
|
| Constructor Summary | |
|---|---|
DecryptParams()
Inizialize with null values. |
|
DecryptParams(byte[] array,
int offset,
int length)
Initialize with the given value. |
|
| Method Summary | |
|---|---|
void |
setValues(byte[] array,
int offset,
int length)
Initialize with the given value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public byte[] array
public int offset
public int length
| Constructor Detail |
|---|
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()
| Method Detail |
|---|
public void setValues(byte[] array,
int offset,
int length)
array - the array as received on the wireoffset - offset within the arraylength - length of the decrypt params
|
Copyright 2003-2009 Frank Fock and Jochen Katz (SNMP4J.org) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||