Interface | Description |
---|---|
BlockCipherPadding |
Block cipher padders are expected to conform to this interface
|
Class | Description |
---|---|
PaddedBufferedBlockCipher |
A wrapper class that allows block ciphers to be used to process data in
a piecemeal fashion with padding.
|
PKCS7Padding |
A padder that adds PKCS7/PKCS5 padding to a block.
|