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

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

Public Attributes

IntPtr WrapOID
 Pointer to a data with DER-encoding of the object identifier indicating the data object type of GOST 28147-89 More...
 
NativeULong WrapOIDLen
 Length of data with DER-encoding of the object identifier indicating the data object type of GOST 28147-89 More...
 
IntPtr UKM
 Pointer to a data with UKM More...
 
NativeULong UKMLen
 Length of UKM data More...
 
NativeULong Key
 Key handle of a sender for wrapping operation or key handle of a receiver for unwrapping operation More...
 

Detailed Description

Structure that provides the parameters to the CKM_GOSTR3410_KEY_WRAP mechanism

Member Data Documentation

◆ Key

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_GOSTR3410_KEY_WRAP_PARAMS.Key

Key handle of a sender for wrapping operation or key handle of a receiver for unwrapping operation

◆ UKM

IntPtr Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_GOSTR3410_KEY_WRAP_PARAMS.UKM

Pointer to a data with UKM

◆ UKMLen

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_GOSTR3410_KEY_WRAP_PARAMS.UKMLen

Length of UKM data

◆ WrapOID

IntPtr Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_GOSTR3410_KEY_WRAP_PARAMS.WrapOID

Pointer to a data with DER-encoding of the object identifier indicating the data object type of GOST 28147-89

◆ WrapOIDLen

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_GOSTR3410_KEY_WRAP_PARAMS.WrapOIDLen

Length of data with DER-encoding of the object identifier indicating the data object type of GOST 28147-89


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