C# Class Tpm2Lib.SchemeXor

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : SchemeXor
GetUnionSelector ( ) : TpmAlgId
SchemeXor ( ) : System
SchemeXor ( SchemeXor the_SchemeXor ) : System
SchemeXor ( TpmAlgId the_hashAlg, TpmAlgId the_kdf ) : System

Method Details

Copy() public method

public Copy ( ) : SchemeXor
return SchemeXor

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmAlgId
return TpmAlgId

SchemeXor() public method

public SchemeXor ( ) : System
return System

SchemeXor() public method

public SchemeXor ( SchemeXor the_SchemeXor ) : System
the_SchemeXor SchemeXor
return System

SchemeXor() public method

public SchemeXor ( TpmAlgId the_hashAlg, TpmAlgId the_kdf ) : System
the_hashAlg TpmAlgId the hash algorithm used to digest the message
the_kdf TpmAlgId the key derivation function
return System