|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of CipherKey in org.wiztools.wizcrypt |
|---|
| Methods in org.wiztools.wizcrypt that return CipherKey | |
|---|---|
static CipherKey |
CipherKeyGen.getCipherKeyForDecrypt(java.lang.String keyStr)
This is the public API used for getting the CipherKey object
used in WizCrypt public APIs. |
static CipherKey |
CipherKeyGen.getCipherKeyForEncrypt(java.lang.String keyStr)
This is the public API used for getting the CipherKey object
used in WizCrypt public APIs. |
| Methods in org.wiztools.wizcrypt with parameters of type CipherKey | |
|---|---|
static void |
WizCrypt.decrypt(java.io.InputStream is,
java.io.OutputStream os,
CipherKey ck)
|
static void |
WizCrypt.decrypt(java.io.InputStream is,
java.io.OutputStream os,
CipherKey ck,
Callback cb)
|
static void |
WizCrypt.decrypt(java.io.InputStream is,
java.io.OutputStream os,
CipherKey ck,
Callback cb,
long size)
This is the public API exposed to decrypt. |
static void |
WizCrypt.encrypt(java.io.InputStream is,
java.io.OutputStream os,
CipherKey ck)
|
static void |
WizCrypt.encrypt(java.io.InputStream is,
java.io.OutputStream os,
CipherKey ck,
Callback cb)
|
static void |
WizCrypt.encrypt(java.io.InputStream is,
java.io.OutputStream os,
CipherKey ck,
Callback cb,
long size)
This is the public API exposed to encrypt. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||