Bouncy Castle Cryptography 1.11 API Specification: Package org.bouncycastle.crypto.paddings
Bouncy Castle Cryptography 1.11

Package org.bouncycastle.crypto.paddings

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

Class Summary
ISO10126d2Padding A padder that adds ISO10126-2 padding to a block.
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.
X923Padding A padder that adds X9.23 padding to a block - if a SecureRandom is passed in random padding is assumed, otherwise padding with zeros is used.
 


Bouncy Castle Cryptography 1.11