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

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

Public Attributes

byte BC
 Block contents byte More...
 
IntPtr X
 Concatenation of hash of plaintext data (if present) and extra data (if present) More...
 
NativeULong XLen
 Length in bytes of concatenation of hash of plaintext data (if present) and extra data (if present) or 0 if neither is present More...
 

Detailed Description

Structure that provides the parameters to the CKM_KEY_WRAP_SET_OAEP mechanism

Member Data Documentation

◆ BC

byte Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_KEY_WRAP_SET_OAEP_PARAMS.BC

Block contents byte

◆ X

IntPtr Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_KEY_WRAP_SET_OAEP_PARAMS.X

Concatenation of hash of plaintext data (if present) and extra data (if present)

◆ XLen

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_KEY_WRAP_SET_OAEP_PARAMS.XLen

Length in bytes of concatenation of hash of plaintext data (if present) and extra data (if present) or 0 if neither is present


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