Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI81.MechanismParams.CK_RSA_PKCS_PSS_PARAMS Struct Reference

Structure that provides the parameters to the CKM_RSA_PKCS_PSS mechanism More...

Public Attributes

NativeULong HashAlg
 Hash algorithm used in the PSS encoding (CKM) More...
 
NativeULong Mgf
 Mask generation function to use on the encoded block (CKG) More...
 
NativeULong Len
 Length, in bytes, of the salt value used in the PSS encoding More...
 

Detailed Description

Structure that provides the parameters to the CKM_RSA_PKCS_PSS mechanism

Member Data Documentation

◆ HashAlg

NativeULong Net.Pkcs11Interop.LowLevelAPI81.MechanismParams.CK_RSA_PKCS_PSS_PARAMS.HashAlg

Hash algorithm used in the PSS encoding (CKM)

◆ Len

NativeULong Net.Pkcs11Interop.LowLevelAPI81.MechanismParams.CK_RSA_PKCS_PSS_PARAMS.Len

Length, in bytes, of the salt value used in the PSS encoding

◆ Mgf

NativeULong Net.Pkcs11Interop.LowLevelAPI81.MechanismParams.CK_RSA_PKCS_PSS_PARAMS.Mgf

Mask generation function to use on the encoded block (CKG)


The documentation for this struct was generated from the following file: