| Bouncy Castle Cryptography Library 1.39 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.crypto.engines.CamelliaEngineConstructor 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