

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