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.

 

ValueMeaning
pmPKCS1Specifies the PKCS #1 v.1 signing standard.
pmPKCS2Specifies the PKCS #1 v.2 encryption standard.
pmOAEPSpecifies the Optimal Asymmetric Encryption Padding (OAEP) encryption standard.
pmPSSSpecifies  the PSS signing standard.
pmNoneSpecifies that padding is not used and direct encryption is used.

 

See Also

TScOAEPParams

TScPSSParams

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support