Org.BouncyCastle.Crypto.Paddings
Namespace with 8 public types
Classes
ISO10126d2Padding
ISO7816d4Padding
PaddedBufferedBlockCipher
Pkcs7Padding
TbcPadding
A padder that adds Trailing-Bit-Compliment padding to a block.
This padding pads the block out compliment of the last bit
of the plain text.
X923Padding
ZeroBytePadding
A padder that adds Null byte padding to a block.
Interfaces
IBlockCipherPadding
Block cipher padders are expected to conform to this interface.