Package | Description |
---|---|
org.bouncycastle.crypto.modes |
Modifier and Type | Class and Description |
---|---|
class |
CFBBlockCipher
implements a Cipher-FeedBack (CFB) mode on top of a simple cipher.
|
class |
G3413CFBBlockCipher
An implementation of the CFB mode for GOST 3412 2015 cipher.
|
class |
G3413CTRBlockCipher
implements the GOST 3412 2015 CTR counter mode (GCTR).
|
class |
G3413OFBBlockCipher
An implementation of the OFB mode for GOST 3412 2015 cipher.
|
class |
GCFBBlockCipher
An implementation of the GOST CFB mode with CryptoPro key meshing as described in RFC 4357.
|
class |
GOFBBlockCipher
implements the GOST 28147 OFB counter mode (GCTR).
|
class |
KCTRBlockCipher
Implementation of DSTU7624 CTR mode
|
class |
OFBBlockCipher
implements a Output-FeedBack (OFB) mode on top of a simple cipher.
|
class |
SICBlockCipher
Implements the Segmented Integer Counter (SIC) mode on top of a simple
block cipher.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.