com.maverick.ssh.components.jce
Class ArcFour256

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.ArcFour256

public class ArcFour256
extends AbstractJCECipher


Field Summary
 
Fields inherited from class com.maverick.ssh.components.SshCipher
DECRYPT_MODE, ENCRYPT_MODE
 
Constructor Summary
ArcFour256()
           
 
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

ArcFour256

public ArcFour256()
           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.