Unit
ScCertificateExts
type
TScPaddingMode = (pmPKCS1, pmPKCS2, pmOAEP, pmPSS, pmNone);
Description
The TScPaddingMode enumeration represents the padding modes to use with RSA encryption, decryption, signing, and verifying signature operations.
Value | Meaning |
pmPKCS1 | Specifies the PKCS #1 v.1 signing standard. |
pmPKCS2 | Specifies the PKCS #1 v.2 encryption standard. |
pmOAEP | Specifies the Optimal Asymmetric Encryption Padding (OAEP) encryption standard. |
pmPSS | Specifies the PSS signing standard. |
pmNone | Specifies that padding is not used and direct encryption is used. |
See Also