|
HDIV API 2.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hdiv.cipher.Key
public class Key
Stored Session related data in the cipher section
| Constructor Summary | |
|---|---|
Key()
|
|
| Method Summary | |
|---|---|
byte[] |
getInitVector()
|
javax.crypto.spec.SecretKeySpec |
getKey()
|
void |
setInitVector(byte[] initVector)
|
void |
setKey(javax.crypto.spec.SecretKeySpec key)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Key()
| Method Detail |
|---|
public byte[] getInitVector()
public void setInitVector(byte[] initVector)
public javax.crypto.spec.SecretKeySpec getKey()
public void setKey(javax.crypto.spec.SecretKeySpec key)
|
HDIV 2.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||