C# Класс Tpm2Lib.Tpm2CommitResponse

Наследование: TpmStructureBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
Copy ( ) : Tpm2CommitResponse
Tpm2CommitResponse ( ) : System
Tpm2CommitResponse ( EccPoint the_K, EccPoint the_L, EccPoint the_E, ushort the_counter ) : System
Tpm2CommitResponse ( Tpm2CommitResponse the_Tpm2CommitResponse ) : System

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

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

public Copy ( ) : Tpm2CommitResponse
Результат Tpm2CommitResponse

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

public Tpm2CommitResponse ( ) : System
Результат System

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

public Tpm2CommitResponse ( EccPoint the_K, EccPoint the_L, EccPoint the_E, ushort the_counter ) : System
the_K EccPoint ECC point K [ds](x2, y2)
the_L EccPoint ECC point L [r](x2, y2)
the_E EccPoint ECC point E [r]P1
the_counter ushort least-significant 16 bits of commitCount
Результат System

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

public Tpm2CommitResponse ( Tpm2CommitResponse the_Tpm2CommitResponse ) : System
the_Tpm2CommitResponse Tpm2CommitResponse
Результат System