C# Class Tpm2Lib.Tpm2ZGen2PhaseRequest

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2ZGen2PhaseRequest
Tpm2ZGen2PhaseRequest ( ) : System
Tpm2ZGen2PhaseRequest ( Tpm2ZGen2PhaseRequest the_Tpm2ZGen2PhaseRequest ) : System
Tpm2ZGen2PhaseRequest ( TpmHandle the_keyA, EccPoint the_inQsB, EccPoint the_inQeB, TpmAlgId the_inScheme, ushort the_counter ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2ZGen2PhaseRequest
return Tpm2ZGen2PhaseRequest

Tpm2ZGen2PhaseRequest() public method

public Tpm2ZGen2PhaseRequest ( ) : System
return System

Tpm2ZGen2PhaseRequest() public method

public Tpm2ZGen2PhaseRequest ( Tpm2ZGen2PhaseRequest the_Tpm2ZGen2PhaseRequest ) : System
the_Tpm2ZGen2PhaseRequest Tpm2ZGen2PhaseRequest
return System

Tpm2ZGen2PhaseRequest() public method

public Tpm2ZGen2PhaseRequest ( TpmHandle the_keyA, EccPoint the_inQsB, EccPoint the_inQeB, TpmAlgId the_inScheme, ushort the_counter ) : System
the_keyA TpmHandle handle of an unrestricted decryption key ECC The private key referenced by this handle is used as dS,A Auth Index: 1 Auth Role: USER
the_inQsB EccPoint other partys static public key (Qs,B = (Xs,B, Ys,B))
the_inQeB EccPoint other party's ephemeral public key (Qe,B = (Xe,B, Ye,B))
the_inScheme TpmAlgId the key exchange scheme
the_counter ushort value returned by TPM2_EC_Ephemeral()
return System