Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_TLS_MAC_PARAMS Struct Reference

Structure that provides the parameters to the CKM_TLS_MAC mechanism More...

Public Attributes

NativeULong PrfHashMechanism
 Hash mechanism used in the TLS12 PRF construct or CKM_TLS_PRF to use with the TLS 1.0 and 1.1 PRF construct (CKM) More...
 
NativeULong MacLength
 Length of the MAC tag required or offered More...
 
NativeULong ServerOrClient
 Should be set to "1" for "server finished" label or to "2" for "client finished" label More...
 

Detailed Description

Structure that provides the parameters to the CKM_TLS_MAC mechanism

Member Data Documentation

◆ MacLength

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_TLS_MAC_PARAMS.MacLength

Length of the MAC tag required or offered

◆ PrfHashMechanism

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_TLS_MAC_PARAMS.PrfHashMechanism

Hash mechanism used in the TLS12 PRF construct or CKM_TLS_PRF to use with the TLS 1.0 and 1.1 PRF construct (CKM)

◆ ServerOrClient

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_TLS_MAC_PARAMS.ServerOrClient

Should be set to "1" for "server finished" label or to "2" for "client finished" label


The documentation for this struct was generated from the following file: