Parameters for the CKM_ECMQV_DERIVE mechanism
More...
Inherits Net.Pkcs11Interop.Common.IMechanismParams, and IDisposable.
Parameters for the CKM_ECMQV_DERIVE mechanism
◆ CkEcmqvDeriveParams()
Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkEcmqvDeriveParams.CkEcmqvDeriveParams |
( |
uint |
kdf, |
|
|
byte [] |
sharedData, |
|
|
byte [] |
publicData, |
|
|
uint |
privateDataLen, |
|
|
ObjectHandle |
privateData, |
|
|
byte [] |
publicData2, |
|
|
ObjectHandle |
publicKey |
|
) |
| |
Initializes a new instance of the CkEcmqvDeriveParams class.
- Parameters
-
kdf | Key derivation function used on the shared secret value (CKD) |
sharedData | Some data shared between the two parties |
publicData | Other party's first EC public key value |
privateDataLen | The length in bytes of the second EC private key |
privateData | Key handle for second EC private key value |
publicData2 | Other party's second EC public key value |
publicKey | Handle to the first party's ephemeral public key |
◆ Dispose() [1/2]
void Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkEcmqvDeriveParams.Dispose |
( |
| ) |
|
◆ Dispose() [2/2]
virtual void Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkEcmqvDeriveParams.Dispose |
( |
bool |
disposing | ) |
|
|
protectedvirtual |
Disposes object
- Parameters
-
disposing | Flag indicating whether managed resources should be disposed |
◆ ToMarshalableStructure()
object Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkEcmqvDeriveParams.ToMarshalableStructure |
( |
| ) |
|
Returns managed object that can be marshaled to an unmanaged block of memory
- Returns
- A managed object holding the data to be marshaled. This object must be an instance of a formatted class.
Implements Net.Pkcs11Interop.Common.IMechanismParams.
The documentation for this class was generated from the following file:
- 0/MechanismParams/CkEcmqvDeriveParams.cs