|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jcraft.jsch.jce.AES192CTR
public class AES192CTR
| Field Summary |
|---|
| Fields inherited from interface com.jcraft.jsch.Cipher |
|---|
DECRYPT_MODE, ENCRYPT_MODE |
| Constructor Summary | |
|---|---|
AES192CTR()
|
|
| Method Summary | |
|---|---|
int |
getBlockSize()
|
int |
getIVSize()
|
void |
init(int mode,
byte[] key,
byte[] iv)
|
boolean |
isCBC()
|
void |
update(byte[] foo,
int s1,
int len,
byte[] bar,
int s2)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AES192CTR()
| Method Detail |
|---|
public int getIVSize()
getIVSize in interface Cipherpublic int getBlockSize()
getBlockSize in interface Cipher
public void init(int mode,
byte[] key,
byte[] iv)
throws java.lang.Exception
init in interface Cipherjava.lang.Exception
public void update(byte[] foo,
int s1,
int len,
byte[] bar,
int s2)
throws java.lang.Exception
update in interface Cipherjava.lang.Exceptionpublic boolean isCBC()
isCBC in interface Cipher
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||