C# Class Tpm2Lib.SchemeKdf2

Inheritance: SchemeHash
Mostra file Open project: Microsoft/TSS.MSR Class Usage Examples

Public Methods

Method Description
GetUnionSelector ( ) : TpmAlgId
SchemeKdf2 ( ) : System
SchemeKdf2 ( SchemeKdf2 the_SchemeKdf2 ) : System
SchemeKdf2 ( TpmAlgId the_hashAlg ) : System

Method Details

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmAlgId
return TpmAlgId

SchemeKdf2() public method

public SchemeKdf2 ( ) : System
return System

SchemeKdf2() public method

public SchemeKdf2 ( SchemeKdf2 the_SchemeKdf2 ) : System
the_SchemeKdf2 SchemeKdf2
return System

SchemeKdf2() public method

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