public class ArcFour extends AbstractJCECipher
DECRYPT_MODE, ENCRYPT_MODE| Constructor and Description |
|---|
ArcFour() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockSize()
Get the cipher block size.
|
void |
init(int mode,
byte[] iv,
byte[] keydata)
Initialize the cipher with up to 40 bytes of iv and key data.
|
createCipher, generateAlgorithmSpec, generateSecretKeySpec, getKeyLength, getProvider, getProviderName, transformgetAlgorithm, getMacLength, getPriority, getSecurityLevel, isMAC, transformpublic ArcFour()
throws IOException
IOExceptionpublic void init(int mode,
byte[] iv,
byte[] keydata)
throws IOException
SshCipherinit in class AbstractJCECiphermode - the mode to operateiv - the initiaization vectorkeydata - the key dataIOExceptionpublic int getBlockSize()
SshCiphergetBlockSize in class AbstractJCECipherCopyright © 2025. All rights reserved.