Package com.jcraft.jsch.bc
Class SEEDCBC
java.lang.Object
com.jcraft.jsch.bc.SEEDCBC
- All Implemented Interfaces:
Cipher
-
Field Summary
Fields inherited from interface com.jcraft.jsch.Cipher
DECRYPT_MODE, ENCRYPT_MODE
-
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
SEEDCBC
public SEEDCBC()
-
-
Method Details
-
getIVSize
public int getIVSize() -
getBlockSize
public int getBlockSize()- Specified by:
getBlockSize
in interfaceCipher
-
init
-
update
-
isCBC
public boolean isCBC()
-