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

显示文件 Open project: Pkcs11Interop/Pkcs11Interop

Public Properties

Property Type Description
Kdf uint
PrivateData uint
PrivateDataLen uint
PublicData System.IntPtr
PublicData2 System.IntPtr
PublicDataLen uint
PublicDataLen2 uint
PublicKey uint
SharedData System.IntPtr
SharedDataLen uint

Property Details

Kdf public_oe property

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

PrivateData public_oe property

Key handle for second EC private key value
public uint PrivateData
return uint

PrivateDataLen public_oe property

The length in bytes of the second EC private key
public uint PrivateDataLen
return uint

PublicData public_oe property

Pointer to other party's first EC public key value
public IntPtr,System PublicData
return System.IntPtr

PublicData2 public_oe property

Pointer to other party's second EC public key value
public IntPtr,System PublicData2
return System.IntPtr

PublicDataLen public_oe property

The length in bytes of the other party's first EC public key
public uint PublicDataLen
return uint

PublicDataLen2 public_oe property

The length in bytes of the other party's second EC 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

SharedData public_oe property

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

SharedDataLen public_oe property

The length in bytes of the shared info
public uint SharedDataLen
return uint