For the latest news and information visit The GNU Crypto project | ||
Frames | No Frames |
Fields of type gnu.crypto.pad.IPad | |
IPad | Our padding instance. |
Constructors with parameter type gnu.crypto.pad.IPad | |
Methods with parameter type gnu.crypto.pad.IPad | |
Transformer |
Classes implementing gnu.crypto.pad.IPad | |
class | An abstract class to facilitate implementing padding algorithms.
|
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 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. |
Methods with return type gnu.crypto.pad.IPad | |
IPad | PadFactory.getInstance(String pad) Returns an instance of a padding algorithm given its name.
|