|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.wiztools.wizcrypt.CipherKey
public final class CipherKey
This is a Bean like class which just holds data.
CipherKeyGen,
WizCrypt| Field Summary | |
|---|---|
javax.crypto.Cipher |
cipher
The cipher object created using the password. |
byte[] |
passKeyHash
The MD5 hash of the password. |
| Constructor Summary | |
|---|---|
CipherKey(javax.crypto.Cipher cipher,
byte[] passKeyHash)
The only constructor to create CipherKey object. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final javax.crypto.Cipher cipher
public final byte[] passKeyHash
| Constructor Detail |
|---|
public CipherKey(javax.crypto.Cipher cipher,
byte[] passKeyHash)
cipher - The cipher object created using the password.passKeyHash - The MD5 hash of the password.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||