Class TBCPadding

java.lang.Object
org.bouncycastle.crypto.paddings.TBCPadding
All Implemented Interfaces:
BlockCipherPadding

public class TBCPadding
extends Object
implements BlockCipherPadding
A padder that adds Trailing-Bit-Compliment padding to a block.

This padding pads the block out with the compliment of the last bit of the plain text.