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

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

Public Attributes

NativeULong Kdf
 Additional key diversification algorithm (CKD) More...
 
IntPtr PublicData
 Pointer to data with public key of a receiver More...
 
NativeULong PublicDataLen
 Length of data with public key of a receiver. Must be 64. More...
 
IntPtr UKM
 Pointer to a UKM data More...
 
NativeULong UKMLen
 Length of UKM data in bytes. Must be 8. More...
 

Detailed Description

Structure that provides the parameters to the CKM_GOSTR3410_DERIVE mechanism

Member Data Documentation

◆ Kdf

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_GOSTR3410_DERIVE_PARAMS.Kdf

Additional key diversification algorithm (CKD)

◆ PublicData

IntPtr Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_GOSTR3410_DERIVE_PARAMS.PublicData

Pointer to data with public key of a receiver

◆ PublicDataLen

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_GOSTR3410_DERIVE_PARAMS.PublicDataLen

Length of data with public key of a receiver. Must be 64.

◆ UKM

IntPtr Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_GOSTR3410_DERIVE_PARAMS.UKM

Pointer to a UKM data

◆ UKMLen

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_GOSTR3410_DERIVE_PARAMS.UKMLen

Length of UKM data in bytes. Must be 8.


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