C# Class Tpm2Lib.Tpm2CommitResponse

Inheritance: TpmStructureBase
Mostrar archivo Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2CommitResponse
Tpm2CommitResponse ( ) : System
Tpm2CommitResponse ( EccPoint the_K, EccPoint the_L, EccPoint the_E, ushort the_counter ) : System
Tpm2CommitResponse ( Tpm2CommitResponse the_Tpm2CommitResponse ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2CommitResponse
return Tpm2CommitResponse

Tpm2CommitResponse() public method

public Tpm2CommitResponse ( ) : System
return System

Tpm2CommitResponse() public method

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
return System

Tpm2CommitResponse() public method

public Tpm2CommitResponse ( Tpm2CommitResponse the_Tpm2CommitResponse ) : System
the_Tpm2CommitResponse Tpm2CommitResponse
return System