com.maverick.ssh.components.jce
Class ArcFour128

java.lang.Object
  extended by com.maverick.ssh.components.SshCipher
      extended by com.maverick.ssh.components.jce.AbstractJCECipher
          extended by com.maverick.ssh.components.jce.ArcFour128

public class ArcFour128
extends AbstractJCECipher


Field Summary
 
Fields inherited from class com.maverick.ssh.components.SshCipher
DECRYPT_MODE, ENCRYPT_MODE
 
Constructor Summary
ArcFour128()
           
 
Method Summary
 int getBlockSize()
           
 void init(int mode, byte[] iv, byte[] keydata)
           
 
Methods inherited from class com.maverick.ssh.components.jce.AbstractJCECipher
getProvider, transform
 
Methods inherited from class com.maverick.ssh.components.SshCipher
getAlgorithm, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArcFour128

public ArcFour128()
           throws IOException
Throws:
IOException
Method Detail

init

public void init(int mode,
                 byte[] iv,
                 byte[] keydata)
          throws IOException
Overrides:
init in class AbstractJCECipher
Throws:
IOException

getBlockSize

public int getBlockSize()
Overrides:
getBlockSize in class AbstractJCECipher


Copyright © 2012. All Rights Reserved.