Package com.jcraft.jsch.jce
Class AES256CTR
- java.lang.Object
-
- com.jcraft.jsch.jce.AES256CTR
-
-
Field Summary
-
Fields inherited from interface com.jcraft.jsch.Cipher
DECRYPT_MODE, ENCRYPT_MODE
-
-
Constructor Summary
Constructors Constructor Description AES256CTR()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Method Detail
-
getBlockSize
public int getBlockSize()
- Specified by:
getBlockSize
in interfaceCipher
-
init
public void init(int mode, byte[] key, byte[] iv) throws Exception
-
update
public void update(byte[] foo, int s1, int len, byte[] bar, int s2) throws Exception
-
-