Package org.gudy.bouncycastle.crypto.paddings

Interface Summary
BlockCipherPadding Block cipher padders are expected to conform to this interface
 

Class Summary
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.