Interface | Description |
---|---|
IPad |
The basic visible methods of any padding algorithm.
|
Class | Description |
---|---|
BasePad |
An abstract class to facilitate implementing padding algorithms.
|
NoPadding | |
PadFactory |
A Factory to instantiate padding schemes.
|
PKCS1_V1_5 |
A padding algorithm implementation of the EME-PKCS1-V1.5 encoding/decoding
algorithm as described in section 7.2 of RFC-3447.
|
PKCS7 |
The implementation of the PKCS7 padding algorithm.
|
TBC |
The implementation of the Trailing Bit Complement (TBC) padding algorithm.
|
Exception | Description |
---|---|
WrongPaddingException |
A checked exception that indicates that a padding algorithm did not find the
expected padding bytes when unpadding some data.
|
Copyright © 2025. All rights reserved.