C# Класс Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkKeaDeriveParams

Parameters for the CKM_KEA_DERIVE mechanism
Наследование: IMechanismParams, IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
CkKeaDeriveParams ( bool isSender, byte randomA, byte randomB, byte publicData ) : System

Initializes a new instance of the CkKeaDeriveParams class.

Dispose ( ) : void

Disposes object

ToMarshalableStructure ( ) : object

Returns managed object that can be marshaled to an unmanaged block of memory

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Disposes object

Описание методов

CkKeaDeriveParams() публичный Метод

Initializes a new instance of the CkKeaDeriveParams class.
public CkKeaDeriveParams ( bool isSender, byte randomA, byte randomB, byte publicData ) : System
isSender bool Option for generating the key (called a TEK). True if the sender (originator) generates the TEK, false if the recipient is regenerating the TEK.
randomA byte Ra data
randomB byte Rb data
publicData byte Other party's KEA public key value
Результат System

Dispose() публичный Метод

Disposes object
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

Disposes object
protected Dispose ( bool disposing ) : void
disposing bool Flag indicating whether managed resources should be disposed
Результат void

ToMarshalableStructure() публичный Метод

Returns managed object that can be marshaled to an unmanaged block of memory
public ToMarshalableStructure ( ) : object
Результат object