C# Class Tpm2Lib.SignatureRsa

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : SignatureRsa
GetUnionSelector ( ) : TpmAlgId
SignatureRsa ( ) : System
SignatureRsa ( SignatureRsa the_SignatureRsa ) : System
SignatureRsa ( TpmAlgId the_hash, byte the_sig ) : System

Method Details

Copy() public method

public Copy ( ) : SignatureRsa
return SignatureRsa

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmAlgId
return TpmAlgId

SignatureRsa() public method

public SignatureRsa ( ) : System
return System

SignatureRsa() public method

public SignatureRsa ( SignatureRsa the_SignatureRsa ) : System
the_SignatureRsa SignatureRsa
return System

SignatureRsa() public method

public SignatureRsa ( 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