Uses of Class
org.bouncycastle.crypto.internal.StreamBlockCipher
-
Packages that use StreamBlockCipher Package Description org.bouncycastle.crypto.internal.modes -
-
Uses of StreamBlockCipher in org.bouncycastle.crypto.internal.modes
Subclasses of StreamBlockCipher in org.bouncycastle.crypto.internal.modes Modifier and Type Class Description classCFBBlockCipherimplements a Cipher-FeedBack (CFB) mode on top of a simple cipher.classGCFBBlockCipherAn implementation of the GOST CFB mode with CryptoPro key meshing as described in RFC 4357.classGOFBBlockCipherimplements the GOST 28147 OFB counter mode (GCTR).classOFBBlockCipherimplements a Output-FeedBack (OFB) mode on top of a simple cipher.classSICBlockCipherImplements the Segmented Integer Counter (SIC) mode on top of a simple block cipher.
-