com.jcraft.jsch.jce.ARCFOUR256 Class Reference

Inheritance diagram for com.jcraft.jsch.jce.ARCFOUR256:
Inheritance graph
[legend]
Collaboration diagram for com.jcraft.jsch.jce.ARCFOUR256:
Collaboration graph
[legend]

List of all members.

Public Member Functions

int getIVSize ()
int getBlockSize ()
void init (int mode, byte[] key, byte[] iv) throws Exception
void update (byte[] foo, int s1, int len, byte[] bar, int s2) throws Exception
boolean isCBC ()

Private Attributes

javax.crypto.Cipher cipher

Static Private Attributes

static final int ivsize = 8
static final int bsize = 32
static final int skip = 1536

Detailed Description

Definition at line 36 of file ARCFOUR256.java.


Member Function Documentation

int com.jcraft.jsch.jce.ARCFOUR256.getBlockSize (  ) 

Definition at line 42 of file ARCFOUR256.java.

References com.jcraft.jsch.jce.ARCFOUR256.bsize.

int com.jcraft.jsch.jce.ARCFOUR256.getIVSize (  ) 

Definition at line 41 of file ARCFOUR256.java.

References com.jcraft.jsch.jce.ARCFOUR256.ivsize.

void com.jcraft.jsch.jce.ARCFOUR256.init ( int  mode,
byte[]  key,
byte[]  iv 
) throws Exception
boolean com.jcraft.jsch.jce.ARCFOUR256.isCBC (  ) 

Definition at line 70 of file ARCFOUR256.java.

void com.jcraft.jsch.jce.ARCFOUR256.update ( byte[]  foo,
int  s1,
int  len,
byte[]  bar,
int  s2 
) throws Exception

Definition at line 67 of file ARCFOUR256.java.

References com.jcraft.jsch.jce.ARCFOUR256.cipher.


Member Data Documentation

final int com.jcraft.jsch.jce.ARCFOUR256.bsize = 32 [static, private]
javax.crypto.Cipher com.jcraft.jsch.jce.ARCFOUR256.cipher [private]
final int com.jcraft.jsch.jce.ARCFOUR256.ivsize = 8 [static, private]

Definition at line 37 of file ARCFOUR256.java.

Referenced by com.jcraft.jsch.jce.ARCFOUR256.getIVSize().

final int com.jcraft.jsch.jce.ARCFOUR256.skip = 1536 [static, private]

Definition at line 39 of file ARCFOUR256.java.

Referenced by com.jcraft.jsch.jce.ARCFOUR256.init().


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1