C# Class Tpm2Lib.SignatureRsapss

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

Public Methods

Method Description
GetUnionSelector ( ) : TpmAlgId
SignatureRsapss ( ) : System
SignatureRsapss ( SignatureRsapss the_SignatureRsapss ) : System
SignatureRsapss ( TpmAlgId the_hash, byte the_sig ) : System

Method Details

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmAlgId
return TpmAlgId

SignatureRsapss() public method

public SignatureRsapss ( ) : System
return System

SignatureRsapss() public method

public SignatureRsapss ( SignatureRsapss the_SignatureRsapss ) : System
the_SignatureRsapss SignatureRsapss
return System

SignatureRsapss() public method

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