Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_CAMELLIA_CTR_PARAMS Struct Reference

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

Public Attributes

NativeULong CounterBits
 Specifies the number of bits in the counter block (cb) that shall be incremented More...
 
byte [] Cb
 Specifies the counter block More...
 

Detailed Description

Structure that provides the parameters to the CKM_CAMELLIA_CTR mechanism

Member Data Documentation

◆ Cb

byte [] Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_CAMELLIA_CTR_PARAMS.Cb

Specifies the counter block

◆ CounterBits

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_CAMELLIA_CTR_PARAMS.CounterBits

Specifies the number of bits in the counter block (cb) that shall be incremented


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