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

显示文件 Open project: Pkcs11Interop/Pkcs11Interop

Public Properties

Property Type Description
PublicData System.IntPtr
PublicDataLen uint
RandomA System.IntPtr
RandomB System.IntPtr
RandomLen uint

Property Details

PublicData public_oe property

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

PublicDataLen public_oe property

Other party's KEA public key size
public uint PublicDataLen
return uint

RandomA public_oe property

Pointer to Ra data
public IntPtr,System RandomA
return System.IntPtr

RandomB public_oe property

Pointer to Rb data
public IntPtr,System RandomB
return System.IntPtr

RandomLen public_oe property

Size of random Ra and Rb, in bytes
public uint RandomLen
return uint