com.jcraft.jsch.jce.AES256CTR Class Reference

Inheritance diagram for com.jcraft.jsch.jce.AES256CTR:
Inheritance graph
[legend]
Collaboration diagram for com.jcraft.jsch.jce.AES256CTR:
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 = 16
static final int bsize = 32

Detailed Description

Definition at line 35 of file AES256CTR.java.


Member Function Documentation

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


Member Data Documentation

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

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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1