Package com.jcraft.jsch.bc
Class Twofish256CBC
- java.lang.Object
-
- com.jcraft.jsch.bc.Twofish256CBC
-
- All Implemented Interfaces:
Cipher
public class Twofish256CBC extends java.lang.Object
-
-
Field Summary
-
Fields inherited from interface com.jcraft.jsch.Cipher
DECRYPT_MODE, ENCRYPT_MODE
-
-
Constructor Summary
Constructors Constructor Description Twofish256CBC()
-
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)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.jcraft.jsch.Cipher
doFinal, getTagSize, isAEAD, isChaCha20, update, updateAAD
-
-