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

Structure that provides the parameters for the CKM_ECDH1_DERIVE and CKM_ECDH1_COFACTOR_DERIVE key derivation mechanisms More...

Public Attributes

NativeULong Kdf
 Key derivation function used on the shared secret value (CKD) More...
 
NativeULong SharedDataLen
 The length in bytes of the shared info More...
 
IntPtr SharedData
 Some data shared between the two parties More...
 
NativeULong PublicDataLen
 The length in bytes of the other party's EC public key More...
 
IntPtr PublicData
 Pointer to other party's EC public key value More...
 

Detailed Description

Structure that provides the parameters for the CKM_ECDH1_DERIVE and CKM_ECDH1_COFACTOR_DERIVE key derivation mechanisms

Member Data Documentation

◆ Kdf

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_ECDH1_DERIVE_PARAMS.Kdf

Key derivation function used on the shared secret value (CKD)

◆ PublicData

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_ECDH1_DERIVE_PARAMS.PublicData

Pointer to other party's EC public key value

◆ PublicDataLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_ECDH1_DERIVE_PARAMS.PublicDataLen

The length in bytes of the other party's EC public key

◆ SharedData

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_ECDH1_DERIVE_PARAMS.SharedData

Some data shared between the two parties

◆ SharedDataLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_ECDH1_DERIVE_PARAMS.SharedDataLen

The length in bytes of the shared info


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