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

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

Public Attributes

NativeULong PrfMechanism
 Hash mechanism used in the TLS 1.2 PRF construct or CKM_TLS_PRF to use with the TLS 1.0 and 1.1 PRF construct (CKM) More...
 
IntPtr Label
 Pointer to the label for this key derivation More...
 
NativeULong LabelLength
 Length of the label in bytes More...
 
CK_SSL3_RANDOM_DATA RandomInfo
 Random data for the key derivation More...
 
IntPtr ContextData
 Pointer to the context data for this key derivation More...
 
NativeULong ContextDataLength
 Length of the context data in bytes More...
 

Detailed Description

Structure that provides the parameters to the CKM_TLS_KDF mechanism

Member Data Documentation

◆ ContextData

IntPtr Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_TLS_KDF_PARAMS.ContextData

Pointer to the context data for this key derivation

◆ ContextDataLength

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_TLS_KDF_PARAMS.ContextDataLength

Length of the context data in bytes

◆ Label

IntPtr Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_TLS_KDF_PARAMS.Label

Pointer to the label for this key derivation

◆ LabelLength

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_TLS_KDF_PARAMS.LabelLength

Length of the label in bytes

◆ PrfMechanism

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_TLS_KDF_PARAMS.PrfMechanism

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

◆ RandomInfo

CK_SSL3_RANDOM_DATA Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_TLS_KDF_PARAMS.RandomInfo

Random data for the key derivation


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