C# Class Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_X9_42_MQV_DERIVE_PARAMS

显示文件 Open project: Pkcs11Interop/Pkcs11Interop

Public Properties

Property Type Description
Kdf uint
OtherInfo System.IntPtr
OtherInfoLen uint
PrivateData uint
PrivateDataLen uint
PublicData System.IntPtr
PublicData2 System.IntPtr
PublicDataLen uint
PublicDataLen2 uint
PublicKey uint

Property Details

Kdf public_oe property

Key derivation function used on the shared secret value (CKD)
public uint Kdf
return uint

OtherInfo public_oe property

Some data shared between the two parties
public IntPtr,System OtherInfo
return System.IntPtr

OtherInfoLen public_oe property

The length in bytes of the other info
public uint OtherInfoLen
return uint

PrivateData public_oe property

Key handle for second X9.42 Diffie-Hellman private key value
public uint PrivateData
return uint

PrivateDataLen public_oe property

The length in bytes of the second X9.42 Diffie-Hellman private key
public uint PrivateDataLen
return uint

PublicData public_oe property

Pointer to other party's first X9.42 Diffie-Hellman public key value
public IntPtr,System PublicData
return System.IntPtr

PublicData2 public_oe property

Pointer to other party's second X9.42 Diffie-Hellman public key value
public IntPtr,System PublicData2
return System.IntPtr

PublicDataLen public_oe property

The length in bytes of the other party's first X9.42 Diffie-Hellman public key
public uint PublicDataLen
return uint

PublicDataLen2 public_oe property

The length in bytes of the other party's second X9.42 Diffie-Hellman public key
public uint PublicDataLen2
return uint

PublicKey public_oe property

Handle to the first party's ephemeral public key
public uint PublicKey
return uint