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

显示文件 Open project: Pkcs11Interop/Pkcs11Interop

Public Properties

Property Type Description
IVSizeInBits uint
KeySizeInBits uint
MacSizeInBits uint
RandomInfo CK_SSL3_RANDOM_DATA
ReturnedKeyMaterial IntPtr

Property Details

IVSizeInBits public_oe property

The length (in bits) of the IV agreed upon during the protocol handshake phase or if no IV is required, the length should be set to 0
public uint IVSizeInBits
return uint

KeySizeInBits public_oe property

The length (in bits) of the secret keys agreed upon during the protocol handshake phase
public uint KeySizeInBits
return uint

MacSizeInBits public_oe property

The length (in bits) of the MACing keys agreed upon during the protocol handshake phase
public uint MacSizeInBits
return uint

RandomInfo public_oe property

Client's and server's random data information
public CK_SSL3_RANDOM_DATA RandomInfo
return CK_SSL3_RANDOM_DATA

ReturnedKeyMaterial public_oe property

Points to a CK_SSL3_KEY_MAT_OUT structure which receives the handles for the keys generated and the IVs
public IntPtr ReturnedKeyMaterial
return IntPtr