Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_RSA_PKCS_OAEP_PARAMS Struct Reference

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

Public Attributes

NativeULong HashAlg
 Mechanism ID of the message digest algorithm used to calculate the digest of the encoding parameter (CKM) More...
 
NativeULong Mgf
 Mask generation function to use on the encoded block (CKG) More...
 
NativeULong Source
 Source of the encoding parameter (CKZ) More...
 
IntPtr SourceData
 Data used as the input for the encoding parameter source More...
 
NativeULong SourceDataLen
 Length of the encoding parameter source input More...
 

Detailed Description

Structure that provides the parameters to the CKM_RSA_PKCS_OAEP mechanism

Member Data Documentation

◆ HashAlg

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_RSA_PKCS_OAEP_PARAMS.HashAlg

Mechanism ID of the message digest algorithm used to calculate the digest of the encoding parameter (CKM)

◆ Mgf

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_RSA_PKCS_OAEP_PARAMS.Mgf

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

◆ Source

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_RSA_PKCS_OAEP_PARAMS.Source

Source of the encoding parameter (CKZ)

◆ SourceData

IntPtr Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_RSA_PKCS_OAEP_PARAMS.SourceData

Data used as the input for the encoding parameter source

◆ SourceDataLen

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_RSA_PKCS_OAEP_PARAMS.SourceDataLen

Length of the encoding parameter source input


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