The Padding class lists the encryption padding types supported by TDGSS. The Quality of Protection (QOP) sections of TDGSS use the encryption padding types described in this list.
If you run any Java Cryptography Extensions (JCE) on your system, the encryption padding must be one of the types supported by TDGSS.
Padding Type | Description |
---|---|
No Padding | The algorithm does not use encryption. |
OAEPWithDIGESTAndMGFPadding [Deprecated] | Optimal Asymmetric Encryption Padding with DIGEST function and Mask Generation function, for Java. |
PKCS1 Padding [Deprecated] | Public Key Cryptography Standard 1. |
PKCS5 Padding | Public Key Cryptography Standard 5 |
This list of supported encryption padding types only changes if you install a release of TDGSS that supports a different set of padding types.