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

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

Public Attributes

NativeULong DataLen
 Length of the data More...
 
IntPtr Nonce
 Pointer to the nonce More...
 
NativeULong NonceLen
 Length of the nonce More...
 
IntPtr AAD
 Pointer to additional authentication data More...
 
NativeULong AADLen
 Length of additional authentication data More...
 
NativeULong MACLen
 Length of the MAC (output following cipher text) in bytes More...
 

Detailed Description

Structure that provides the parameters to the CKM_AES_CCM mechanism

Member Data Documentation

◆ AAD

IntPtr Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_CCM_PARAMS.AAD

Pointer to additional authentication data

◆ AADLen

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_CCM_PARAMS.AADLen

Length of additional authentication data

◆ DataLen

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_CCM_PARAMS.DataLen

Length of the data

◆ MACLen

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_CCM_PARAMS.MACLen

Length of the MAC (output following cipher text) in bytes

◆ Nonce

IntPtr Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_CCM_PARAMS.Nonce

Pointer to the nonce

◆ NonceLen

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_CCM_PARAMS.NonceLen

Length of the nonce


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