public class ARCFOUR128 extends BaseCipher
Modifier and Type | Class and Description |
---|---|
static class |
ARCFOUR128.Factory
Named factory for AES128CTR Cipher
|
Cipher.Mode
algorithm, bsize, cipher, ivsize, transformation
Constructor and Description |
---|
ARCFOUR128() |
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, update
public void init(Cipher.Mode mode, byte[] key, byte[] iv) throws Exception
Cipher
init
in interface Cipher
init
in class BaseCipher
Exception
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.