| Class | Description |
|---|---|
| OneAndZeroes |
Class for padding cipher data with a binary-digit one, followed by
as many binary-digit zeroes as needed to fill this instance's
blockSize. |
| PKCS5 |
A class for padding cipher data according to the following scheme,
described in section 6.2 of RSA Data Security, Inc.'s PKCS #5
standard:
|
| PKCS7 |
A class for padding cipher data according to the following scheme,
described in section 10.3 of RSA Data Security, Inc.'s PKCS #7
standard:
|