C# Class Tpm2Lib.KeySchemeEcdh

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

Public Methods

Method Description
GetUnionSelector ( ) : TpmAlgId
KeySchemeEcdh ( ) : System
KeySchemeEcdh ( KeySchemeEcdh the_KeySchemeEcdh ) : System
KeySchemeEcdh ( TpmAlgId the_hashAlg ) : System

Method Details

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmAlgId
return TpmAlgId

KeySchemeEcdh() public method

public KeySchemeEcdh ( ) : System
return System

KeySchemeEcdh() public method

public KeySchemeEcdh ( KeySchemeEcdh the_KeySchemeEcdh ) : System
the_KeySchemeEcdh KeySchemeEcdh
return System

KeySchemeEcdh() public method

public KeySchemeEcdh ( TpmAlgId the_hashAlg ) : System
the_hashAlg TpmAlgId the hash algorithm used to digest the message
return System