Uses of Interface
com.digt.trusted.crypto.paddings.BlockCipherPadding

Packages that use BlockCipherPadding
com.digt.trusted.crypto.paddings   
 

Uses of BlockCipherPadding in com.digt.trusted.crypto.paddings
 

Classes in com.digt.trusted.crypto.paddings that implement BlockCipherPadding
 class ISO10126d2Padding
          A padder that adds ISO10126-2 padding to a block.
 class PKCS7Padding
          A padder that adds PKCS7/PKCS5 padding to a block.
 class ZeroBytePadding
          A padder that adds NULL byte padding to a block.
 

Constructors in com.digt.trusted.crypto.paddings with parameters of type BlockCipherPadding
PaddedBufferedBlockCipher(BlockCipher cipher, BlockCipherPadding padding)
          Create a buffered block cipher with the desired padding.