Uses of Interface
org.gudy.bouncycastle.crypto.paddings.BlockCipherPadding
-
Packages that use BlockCipherPadding Package Description org.gudy.bouncycastle.crypto.paddings -
-
Uses of BlockCipherPadding in org.gudy.bouncycastle.crypto.paddings
Classes in org.gudy.bouncycastle.crypto.paddings that implement BlockCipherPadding Modifier and Type Class Description class
PKCS7Padding
A padder that adds PKCS7/PKCS5 padding to a block.Fields in org.gudy.bouncycastle.crypto.paddings declared as BlockCipherPadding Modifier and Type Field Description (package private) BlockCipherPadding
PaddedBufferedBlockCipher. padding
Constructors in org.gudy.bouncycastle.crypto.paddings with parameters of type BlockCipherPadding Constructor Description PaddedBufferedBlockCipher(BlockCipher cipher, BlockCipherPadding padding)
Create a buffered block cipher with the desired padding.
-