For the latest news and information visit The GNU Crypto project | |
Frames | No Frames |
Classes derived from gnu.crypto.pad.BasePad | |
class | A padding algorithm implementation of the EME-PKCS1-V1.5 encoding/decoding
algorithm as described in section 7.2 of RFC-3447. |
class | |
class | The padding scheme used by the Secure Sockets Layer, version 3. |
class | The implementation of the Trailing Bit Complement (TBC) padding algorithm.
In this mode, "...the data string is padded at the trailing end with the
complement of the trailing bit of the unpadded message: if the trailing bit
is 1, then 0 bits are appended, and if the trailing bit is
0, then 1 bits are appended. |
class | The padding scheme used by the Transport Layer Security protocol,
version 1. |