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

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

Public Attributes

bool IsSender
 Option for generating the key (called a TEK). True if the sender (originator) generates the TEK, false if the recipient is regenerating the TEK. More...
 
NativeULong RandomLen
 Size of random Ra and Rb, in bytes More...
 
IntPtr RandomA
 Pointer to Ra data More...
 
IntPtr RandomB
 Pointer to Rb data More...
 
NativeULong PublicDataLen
 Other party's KEA public key size More...
 
IntPtr PublicData
 Pointer to other party's KEA public key value More...
 

Detailed Description

Structure that provides the parameters to the CKM_KEA_DERIVE mechanism

Member Data Documentation

◆ IsSender

bool Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_KEA_DERIVE_PARAMS.IsSender

Option for generating the key (called a TEK). True if the sender (originator) generates the TEK, false if the recipient is regenerating the TEK.

◆ PublicData

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_KEA_DERIVE_PARAMS.PublicData

Pointer to other party's KEA public key value

◆ PublicDataLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_KEA_DERIVE_PARAMS.PublicDataLen

Other party's KEA public key size

◆ RandomA

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_KEA_DERIVE_PARAMS.RandomA

Pointer to Ra data

◆ RandomB

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_KEA_DERIVE_PARAMS.RandomB

Pointer to Rb data

◆ RandomLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_KEA_DERIVE_PARAMS.RandomLen

Size of random Ra and Rb, in bytes


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