com.jcraft.jsch.jce

Class AES192CBC

Implemented Interfaces:
Cipher

public class AES192CBC
extends java.lang.Object
implements Cipher

Fields inherited from interface com.jcraft.jsch.Cipher

DECRYPT_MODE, ENCRYPT_MODE

Method Summary

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

Method Details

getBlockSize

public int getBlockSize()
Specified by:
getBlockSize in interface Cipher

getIVSize

public int getIVSize()
Specified by:
getIVSize in interface Cipher

init

public void init(int mode,
                 byte[] key,
                 byte[] iv)
            throws Exception
Specified by:
init in interface Cipher

update

public void update(byte[] foo,
                   int s1,
                   int len,
                   byte[] bar,
                   int s2)
            throws Exception
Specified by:
update in interface Cipher