Package com.jcraft.jsch.jce
Class AES256GCM
java.lang.Object
com.jcraft.jsch.jce.AES256GCM
- 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
isChaCha20, update
-
Constructor Details
-
AES256GCM
public AES256GCM()
-
-
Method Details
-
getBlockSize
public int getBlockSize() -
getIVSize
public int getIVSize() -
getTagSize
public int getTagSize()- Specified by:
getTagSize
in interfaceCipher
-
init
-
update
-
updateAAD
-
doFinal
-
isCBC
public boolean isCBC() -
isAEAD
public boolean isAEAD()
-