| Modifier and Type | Class and Description |
|---|---|
static class |
NoneCipher.Factory
Named factory for the no-op Cipher
|
Cipher.Mode| Constructor and Description |
|---|
NoneCipher() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockSize() |
int |
getIVSize() |
void |
init(Cipher.Mode mode,
byte[] bytes,
byte[] bytes1)
Initialize the cipher for encryption or decryption with the given private key and initialization vector
|
void |
update(byte[] input,
int inputOffset,
int inputLen)
Performs in-place encryption or decryption on the given data.
|
public int getBlockSize()
getBlockSize in interface Cipherpublic int getIVSize()
public void init(Cipher.Mode mode, byte[] bytes, byte[] bytes1)
Cipherpublic void update(byte[] input,
int inputOffset,
int inputLen)
CipherCopyright © 2009–2014. All rights reserved.