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

Structure which provides all of the necessary information required by the CKM_PBE mechanisms and the CKM_PBA_SHA1_WITH_SHA1_HMAC mechanism More...

Public Attributes

IntPtr InitVector
 Pointer to the location that receives the 8-byte initialization vector (IV), if an IV is required 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...
 
IntPtr Salt
 Points to the salt to be used in the PBE key generation More...
 
NativeULong SaltLen
 Length in bytes of the salt information More...
 
NativeULong Iteration
 Number of iterations required for the generation More...
 

Detailed Description

Structure which provides all of the necessary information required by the CKM_PBE mechanisms and the CKM_PBA_SHA1_WITH_SHA1_HMAC mechanism

Member Data Documentation

◆ InitVector

IntPtr Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_PBE_PARAMS.InitVector

Pointer to the location that receives the 8-byte initialization vector (IV), if an IV is required

◆ Iteration

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_PBE_PARAMS.Iteration

Number of iterations required for the generation

◆ Password

IntPtr Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_PBE_PARAMS.Password

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

◆ PasswordLen

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_PBE_PARAMS.PasswordLen

Length in bytes of the password information

◆ Salt

IntPtr Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_PBE_PARAMS.Salt

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

◆ SaltLen

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_PBE_PARAMS.SaltLen

Length in bytes of the salt information


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