Package com.digt.trusted.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.
ZeroBytePadding A padder that adds NULL byte padding to a block.