C# Class Tpm2Lib.Tpm2EcdhZGenResponse

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2EcdhZGenResponse
Tpm2EcdhZGenResponse ( ) : System
Tpm2EcdhZGenResponse ( EccPoint the_outPoint ) : System
Tpm2EcdhZGenResponse ( Tpm2EcdhZGenResponse the_Tpm2EcdhZGenResponse ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2EcdhZGenResponse
return Tpm2EcdhZGenResponse

Tpm2EcdhZGenResponse() public method

public Tpm2EcdhZGenResponse ( ) : System
return System

Tpm2EcdhZGenResponse() public method

public Tpm2EcdhZGenResponse ( EccPoint the_outPoint ) : System
the_outPoint EccPoint X and Y coordinates of the product of the multiplication Z = (xZ , yZ) [hdS]QB
return System

Tpm2EcdhZGenResponse() public method

public Tpm2EcdhZGenResponse ( Tpm2EcdhZGenResponse the_Tpm2EcdhZGenResponse ) : System
the_Tpm2EcdhZGenResponse Tpm2EcdhZGenResponse
return System