public class CipherNone extends Object implements Cipher
Cipher.Mode
Constructor and Description |
---|
CipherNone() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
int |
getBlockSize() |
int |
getIVSize() |
String |
getTransformation() |
void |
init(Cipher.Mode mode,
byte[] bytes,
byte[] bytes1)
Initialize the cipher for encryption or decryption with
the given key and initialization vector
|
void |
update(byte[] input,
int inputOffset,
int inputLen)
Performs in-place encryption or decryption on the given data.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkSupported, update
public String getAlgorithm()
getAlgorithm
in interface CipherInformation
public String getTransformation()
getTransformation
in interface CipherInformation
public int getIVSize()
getIVSize
in interface CipherInformation
public int getBlockSize()
getBlockSize
in interface CipherInformation
public void init(Cipher.Mode mode, byte[] bytes, byte[] bytes1) throws Exception
Cipher
Copyright © 2008–2019 The Apache Software Foundation. All rights reserved.