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

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

Public Attributes

byte [] Iv
 16-octet initialization vector More...
 
IntPtr Data
 Pointer to data to encrypt More...
 
NativeULong Length
 Length of data to encrypt More...
 

Detailed Description

Structure that provides the parameters to the CKM_CAMELLIA_CBC_ENCRYPT_DATA mechanism

Member Data Documentation

◆ Data

IntPtr Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_CAMELLIA_CBC_ENCRYPT_DATA_PARAMS.Data

Pointer to data to encrypt

◆ Iv

byte [] Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_CAMELLIA_CBC_ENCRYPT_DATA_PARAMS.Iv

16-octet initialization vector

◆ Length

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_CAMELLIA_CBC_ENCRYPT_DATA_PARAMS.Length

Length of data to encrypt


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