C# (CSharp) Org.BouncyCastle.Crypto.Paddings Namespace

Classes

Name Description
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.