C# Class Tpm2Lib.Tpm2EcdhKeyGenResponse

Inheritance: TpmStructureBase
ファイルを表示 Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2EcdhKeyGenResponse
Tpm2EcdhKeyGenResponse ( ) : System
Tpm2EcdhKeyGenResponse ( EccPoint the_zPoint, EccPoint the_pubPoint ) : System
Tpm2EcdhKeyGenResponse ( Tpm2EcdhKeyGenResponse the_Tpm2EcdhKeyGenResponse ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2EcdhKeyGenResponse
return Tpm2EcdhKeyGenResponse

Tpm2EcdhKeyGenResponse() public method

public Tpm2EcdhKeyGenResponse ( ) : System
return System

Tpm2EcdhKeyGenResponse() public method

public Tpm2EcdhKeyGenResponse ( EccPoint the_zPoint, EccPoint the_pubPoint ) : System
the_zPoint EccPoint results of P h[de]Qs
the_pubPoint EccPoint generated ephemeral public point (Qe)
return System

Tpm2EcdhKeyGenResponse() public method

public Tpm2EcdhKeyGenResponse ( Tpm2EcdhKeyGenResponse the_Tpm2EcdhKeyGenResponse ) : System
the_Tpm2EcdhKeyGenResponse Tpm2EcdhKeyGenResponse
return System