gnu.crypto.jce.cipher
public class ARCFourSpi extends CipherSpi
Version: $Revision: 1.2 $
| Constructor Summary | |
|---|---|
| ARCFourSpi() | |
| Method Summary | |
|---|---|
| protected byte[] | engineDoFinal(byte[] in, int offset, int length) |
| protected int | engineDoFinal(byte[] in, int inOffset, int length, byte[] out, int outOffset) |
| protected int | engineGetBlockSize() |
| protected byte[] | engineGetIV() |
| protected int | engineGetOutputSize(int in) |
| protected AlgorithmParameters | engineGetParameters() |
| protected void | engineInit(int mode, Key key, SecureRandom r) |
| protected void | engineInit(int mode, Key key, AlgorithmParameterSpec p, SecureRandom r) |
| protected void | engineInit(int mode, Key key, AlgorithmParameters p, SecureRandom r) |
| protected void | engineSetMode(String s) |
| protected void | engineSetPadding(String s) |
| protected byte[] | engineUpdate(byte[] in, int offset, int length) |
| protected int | engineUpdate(byte[] in, int inOffset, int length, byte[] out, int outOffset) |