Bouncy Castle Cryptography Library 1.37 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.crypto.engines.CamelliaEngine
Constructor Summary | |
Method Summary | |
String | |
int | |
void |
|
int |
|
void |
|
public String getAlgorithmName()
- Specified by:
- getAlgorithmName in interface BlockCipher
public void init(boolean forEncryption, CipherParameters params) throws IllegalArgumentException
- Specified by:
- init in interface BlockCipher
public int processBlock(byte[] in, int inOff, byte[] out, int outOff) throws DataLengthException, IllegalStateException
- Specified by:
- processBlock in interface BlockCipher