public class ARCFOUR256 extends BaseCipher
| Modifier and Type | Class and Description |
|---|---|
static class |
ARCFOUR256.Factory
Named factory for AES128CTR Cipher
|
Cipher.Modealgorithm, bsize, cipher, ivsize, transformation| Constructor and Description |
|---|
ARCFOUR256() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Cipher.Mode mode,
byte[] key,
byte[] iv)
Initialize the cipher for encryption or decryption with
the given private key and initialization vector
|
getBlockSize, getIVSize, updatepublic void init(Cipher.Mode mode, byte[] key, byte[] iv) throws java.lang.Exception
Cipherinit in interface Cipherinit in class BaseCipherjava.lang.ExceptionCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.