

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 = 16 |
| static final int | skip = 1536 |
Definition at line 36 of file ARCFOUR128.java.
| int com.jcraft.jsch.jce.ARCFOUR128.getBlockSize | ( | ) |
Definition at line 42 of file ARCFOUR128.java.
References com.jcraft.jsch.jce.ARCFOUR128.bsize.
| int com.jcraft.jsch.jce.ARCFOUR128.getIVSize | ( | ) |
Definition at line 41 of file ARCFOUR128.java.
References com.jcraft.jsch.jce.ARCFOUR128.ivsize.
| void com.jcraft.jsch.jce.ARCFOUR128.init | ( | int | mode, | |
| byte[] | key, | |||
| byte[] | iv | |||
| ) | throws Exception |
Definition at line 43 of file ARCFOUR128.java.
References com.jcraft.jsch.jce.ARCFOUR128.bsize, com.jcraft.jsch.jce.ARCFOUR128.cipher, and com.jcraft.jsch.jce.ARCFOUR128.skip.
| boolean com.jcraft.jsch.jce.ARCFOUR128.isCBC | ( | ) |
Definition at line 70 of file ARCFOUR128.java.
| void com.jcraft.jsch.jce.ARCFOUR128.update | ( | byte[] | foo, | |
| int | s1, | |||
| int | len, | |||
| byte[] | bar, | |||
| int | s2 | |||
| ) | throws Exception |
Definition at line 67 of file ARCFOUR128.java.
References com.jcraft.jsch.jce.ARCFOUR128.cipher.
final int com.jcraft.jsch.jce.ARCFOUR128.bsize = 16 [static, private] |
Definition at line 38 of file ARCFOUR128.java.
Referenced by com.jcraft.jsch.jce.ARCFOUR128.getBlockSize(), and com.jcraft.jsch.jce.ARCFOUR128.init().
javax.crypto.Cipher com.jcraft.jsch.jce.ARCFOUR128.cipher [private] |
Definition at line 40 of file ARCFOUR128.java.
Referenced by com.jcraft.jsch.jce.ARCFOUR128.init(), and com.jcraft.jsch.jce.ARCFOUR128.update().
final int com.jcraft.jsch.jce.ARCFOUR128.ivsize = 8 [static, private] |
Definition at line 37 of file ARCFOUR128.java.
Referenced by com.jcraft.jsch.jce.ARCFOUR128.getIVSize().
final int com.jcraft.jsch.jce.ARCFOUR128.skip = 1536 [static, private] |
Definition at line 39 of file ARCFOUR128.java.
Referenced by com.jcraft.jsch.jce.ARCFOUR128.init().
1.6.1