C# Class Tpm2Lib.SchemeKdf1Sp800108

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

Public Methods

Method Description
GetUnionSelector ( ) : TpmAlgId
SchemeKdf1Sp800108 ( ) : System
SchemeKdf1Sp800108 ( SchemeKdf1Sp800108 the_SchemeKdf1Sp800108 ) : System
SchemeKdf1Sp800108 ( TpmAlgId the_hashAlg ) : System

Method Details

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmAlgId
return TpmAlgId

SchemeKdf1Sp800108() public method

public SchemeKdf1Sp800108 ( ) : System
return System

SchemeKdf1Sp800108() public method

public SchemeKdf1Sp800108 ( SchemeKdf1Sp800108 the_SchemeKdf1Sp800108 ) : System
the_SchemeKdf1Sp800108 SchemeKdf1Sp800108
return System

SchemeKdf1Sp800108() public method

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