|
|||||||||
Home >> All >> gnu >> javax >> crypto >> [ pad overview ] | PREV NEXT |
Uses of Interface
gnu.javax.crypto.pad.IPad
Uses of IPad in gnu.javax.crypto.pad |
Classes in gnu.javax.crypto.pad that implement IPad | |
class |
BasePad
An abstract class to facilitate implementing padding algorithms. |
class |
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. |
class |
PKCS7
The implementation of the PKCS7 padding algorithm. |
class |
SSL3
The padding scheme used by the Secure Sockets Layer, version 3. |
class |
TBC
The implementation of the Trailing Bit Complement (TBC) padding algorithm. |
class |
TLS1
The padding scheme used by the Transport Layer Security protocol, version 1. |
Methods in gnu.javax.crypto.pad that return IPad | |
static IPad |
PadFactory.getInstance(java.lang.String pad)
Returns an instance of a padding algorithm given its name. |
|
|||||||||
Home >> All >> gnu >> javax >> crypto >> [ pad overview ] | PREV NEXT |