Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_PKCS5_PBKD2_PARAMS2 Struct Reference

Corrected structure that provides the parameters to the CKM_PKCS5_PBKD2 mechanism More...

Public Attributes

NativeULong SaltSource
 Source of the salt value (CKZ) More...
 
IntPtr SaltSourceData
 Data used as the input for the salt source More...
 
NativeULong SaltSourceDataLen
 Length of the salt source input More...
 
NativeULong Iterations
 Number of iterations to perform when generating each block of random data More...
 
NativeULong Prf
 Pseudo-random function to used to generate the key (CKP) More...
 
IntPtr PrfData
 Data used as the input for PRF in addition to the salt value More...
 
NativeULong PrfDataLen
 Length of the input data for the PRF More...
 
IntPtr Password
 Points to the password to be used in the PBE key generation More...
 
NativeULong PasswordLen
 Length in bytes of the password information More...
 

Detailed Description

Corrected structure that provides the parameters to the CKM_PKCS5_PBKD2 mechanism

Member Data Documentation

◆ Iterations

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_PKCS5_PBKD2_PARAMS2.Iterations

Number of iterations to perform when generating each block of random data

◆ Password

IntPtr Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_PKCS5_PBKD2_PARAMS2.Password

Points to the password to be used in the PBE key generation

◆ PasswordLen

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_PKCS5_PBKD2_PARAMS2.PasswordLen

Length in bytes of the password information

◆ Prf

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_PKCS5_PBKD2_PARAMS2.Prf

Pseudo-random function to used to generate the key (CKP)

◆ PrfData

IntPtr Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_PKCS5_PBKD2_PARAMS2.PrfData

Data used as the input for PRF in addition to the salt value

◆ PrfDataLen

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_PKCS5_PBKD2_PARAMS2.PrfDataLen

Length of the input data for the PRF

◆ SaltSource

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_PKCS5_PBKD2_PARAMS2.SaltSource

Source of the salt value (CKZ)

◆ SaltSourceData

IntPtr Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_PKCS5_PBKD2_PARAMS2.SaltSourceData

Data used as the input for the salt source

◆ SaltSourceDataLen

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_PKCS5_PBKD2_PARAMS2.SaltSourceDataLen

Length of the salt source input


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