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

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

Public Attributes

NativeULong AESKeyBits
 Length of the temporary AES key in bits More...
 
NativeULong Kdf
 Key derivation function used on the shared secret value to generate AES key (CKD) More...
 
NativeULong SharedDataLen
 Length in bytes of the shared info More...
 
IntPtr SharedData
 Data shared between the two parties More...
 

Detailed Description

Structure that provides the parameters to the CKM_ECDH_AES_KEY_WRAP mechanism

Member Data Documentation

◆ AESKeyBits

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_ECDH_AES_KEY_WRAP_PARAMS.AESKeyBits

Length of the temporary AES key in bits

◆ Kdf

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_ECDH_AES_KEY_WRAP_PARAMS.Kdf

Key derivation function used on the shared secret value to generate AES key (CKD)

◆ SharedData

IntPtr Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_ECDH_AES_KEY_WRAP_PARAMS.SharedData

Data shared between the two parties

◆ SharedDataLen

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_ECDH_AES_KEY_WRAP_PARAMS.SharedDataLen

Length in bytes of the shared info


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