The WTLS_KEY_MAT_PARAMS type exposes the following members.

Methods

  Name Description
Equals (Inherited from ValueType.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from ValueType.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from ValueType.)

Fields

  Name Description
DigestMechanism
The digest mechanism to be used (CKM)
IsExport
Flag which indicates whether the keys have to be derived for an export version of the protocol
IVSizeInBits
Length (in bits) of the IV agreed upon during the handshake phase or if no IV is required, Length should be set to 0
KeySizeInBits
Length (in bits) of the secret key agreed upon during the handshake phase
MacSizeInBits
Length (in bits) of the MACing key agreed upon during the protocol handshake phase
RandomInfo
Client's and server's random data information
ReturnedKeyMaterial
Points to a CK_WTLS_KEY_MAT_OUT structure which receives the handles for the keys generated and the IV
SequenceNumber
The current sequence number used for records sent by the client and server respectively

See Also