|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 Cipher
public int getBlockSize()
getBlockSize
in interface Cipher
public void init(int mode, byte[] key, byte[] iv) throws java.lang.Exception
init
in interface Cipher
java.lang.Exception
public void update(byte[] foo, int s1, int len, byte[] bar, int s2) throws java.lang.Exception
update
in interface Cipher
java.lang.Exception
public boolean isCBC()
isCBC
in interface Cipher
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |