Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_KIP_PARAMS Struct Reference

Structure that provides the parameters to CKM_KIP_DERIVE, CKM_KIP_WRAP and CKM_KIP_MAC mechanisms More...

Public Attributes

IntPtr Mechanism
 Pointer to the underlying cryptographic mechanism (CKM) More...
 
NativeULong Key
 Handle to a key that will contribute to the entropy of the derived key (CKM_KIP_DERIVE) or will be used in the MAC operation (CKM_KIP_MAC) More...
 
IntPtr Seed
 Pointer to an input seed More...
 
NativeULong SeedLen
 Length in bytes of the input seed More...
 

Detailed Description

Structure that provides the parameters to CKM_KIP_DERIVE, CKM_KIP_WRAP and CKM_KIP_MAC mechanisms

Member Data Documentation

◆ Key

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_KIP_PARAMS.Key

Handle to a key that will contribute to the entropy of the derived key (CKM_KIP_DERIVE) or will be used in the MAC operation (CKM_KIP_MAC)

◆ Mechanism

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_KIP_PARAMS.Mechanism

Pointer to the underlying cryptographic mechanism (CKM)

◆ Seed

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_KIP_PARAMS.Seed

Pointer to an input seed

◆ SeedLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_KIP_PARAMS.SeedLen

Length in bytes of the input seed


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