C# Class Tpm2Lib.SignatureRsassa

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

Public Methods

Method Description
GetUnionSelector ( ) : TpmAlgId
SignatureRsassa ( ) : System
SignatureRsassa ( SignatureRsassa the_SignatureRsassa ) : System
SignatureRsassa ( TpmAlgId the_hash, byte the_sig ) : System

Method Details

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmAlgId
return TpmAlgId

SignatureRsassa() public method

public SignatureRsassa ( ) : System
return System

SignatureRsassa() public method

public SignatureRsassa ( SignatureRsassa the_SignatureRsassa ) : System
the_SignatureRsassa SignatureRsassa
return System

SignatureRsassa() public method

public SignatureRsassa ( TpmAlgId the_hash, byte the_sig ) : System
the_hash TpmAlgId the hash algorithm used to digest the message TPM_ALG_NULL is not allowed.
the_sig byte The signature is the size of a public key.
return System