C# Class Tpm2Lib.SchemeHmac

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

Public Methods

Method Description
GetUnionSelector ( ) : TpmAlgId
SchemeHmac ( ) : System
SchemeHmac ( SchemeHmac the_SchemeHmac ) : System
SchemeHmac ( TpmAlgId the_hashAlg ) : System

Method Details

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmAlgId
return TpmAlgId

SchemeHmac() public method

public SchemeHmac ( ) : System
return System

SchemeHmac() public method

public SchemeHmac ( SchemeHmac the_SchemeHmac ) : System
the_SchemeHmac SchemeHmac
return System

SchemeHmac() public method

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