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 Cipher
public int getIVSize()
public void init(Cipher.Mode mode, byte[] bytes, byte[] bytes1)
Cipher
public void update(byte[] input, int inputOffset, int inputLen)
Cipher