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

显示文件 Open project: Pkcs11Interop/Pkcs11Interop

Public Properties

Property Type Description
DigestMechanism uint
IVSizeInBits uint
KeySizeInBits uint
MacSizeInBits uint
RandomInfo CK_WTLS_RANDOM_DATA
ReturnedKeyMaterial System.IntPtr
SequenceNumber uint

Property Details

DigestMechanism public_oe property

The digest mechanism to be used (CKM)
public uint DigestMechanism
return uint

IVSizeInBits public_oe property

The length (in bits) of the IV agreed upon during the 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 key agreed upon during the handshake phase
public uint KeySizeInBits
return uint

MacSizeInBits public_oe property

The length (in bits) of the MACing key 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_WTLS_RANDOM_DATA,Net.Pkcs11Interop.LowLevelAPI40.MechanismParams RandomInfo
return CK_WTLS_RANDOM_DATA

ReturnedKeyMaterial public_oe property

Points to a CK_WTLS_KEY_MAT_OUT structure which receives the handles for the keys generated and the IV
public IntPtr,System ReturnedKeyMaterial
return System.IntPtr

SequenceNumber public_oe property

The current sequence number used for records sent by the client and server respectively
public uint SequenceNumber
return uint