Package | Description |
---|---|
org.spongycastle.crypto.engines |
Basic cipher classes.
|
org.spongycastle.crypto.modes |
Modes for symmetric ciphers.
|
Class and Description |
---|
CBCBlockCipher
implements Cipher-Block-Chaining (CBC) mode on top of a simple cipher.
|
Class and Description |
---|
AEADBlockCipher
A block cipher mode that includes authenticated encryption with a streaming mode and optional associated data.
|
SICBlockCipher
Implements the Segmented Integer Counter (SIC) mode on top of a simple
block cipher.
|