org.bouncycastle.crypto.paddings |
Paddings for symmetric ciphers.
|
Java Source File Name | Type | Comment |
BlockCipherPadding.java | Interface | |
ISO10126d2Padding.java | Class | A padder that adds ISO10126-2 padding to a block. |
ISO7816d4Padding.java | Class | A padder that adds the padding according to the scheme referenced in
ISO 7814-4 - scheme 2 from ISO 9797-1. |
PaddedBufferedBlockCipher.java | Class | A wrapper class that allows block ciphers to be used to process data in
a piecemeal fashion with padding. |
PKCS7Padding.java | Class | A padder that adds PKCS7/PKCS5 padding to a block. |
TBCPadding.java | Class | A padder that adds Trailing-Bit-Compliment padding to a block. |
X923Padding.java | Class | 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. |
ZeroBytePadding.java | Class | A padder that adds NULL byte padding to a block. |