C# Class Tpm2Lib.SigSchemeEcdaa

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

Public Methods

Method Description
GetUnionSelector ( ) : TpmAlgId
SigSchemeEcdaa ( ) : System
SigSchemeEcdaa ( SigSchemeEcdaa the_SigSchemeEcdaa ) : System
SigSchemeEcdaa ( TpmAlgId the_hashAlg, ushort the_count ) : System

Method Details

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmAlgId
return TpmAlgId

SigSchemeEcdaa() public method

public SigSchemeEcdaa ( ) : System
return System

SigSchemeEcdaa() public method

public SigSchemeEcdaa ( SigSchemeEcdaa the_SigSchemeEcdaa ) : System
the_SigSchemeEcdaa SigSchemeEcdaa
return System

SigSchemeEcdaa() public method

public SigSchemeEcdaa ( TpmAlgId the_hashAlg, ushort the_count ) : System
the_hashAlg TpmAlgId the hash algorithm used to digest the message
the_count ushort the counter value that is used between TPM2_Commit() and the sign operation
return System