C# Class Tpm2Lib.SignatureEcdsa

Inheritance: SignatureEcc
显示文件 Open project: Microsoft/TSS.MSR Class Usage Examples

Public Methods

Method Description
GetUnionSelector ( ) : TpmAlgId
SignatureEcdsa ( ) : System
SignatureEcdsa ( SignatureEcdsa the_SignatureEcdsa ) : System
SignatureEcdsa ( TpmAlgId the_hash, byte the_signatureR, byte the_signatureS ) : System

Method Details

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmAlgId
return TpmAlgId

SignatureEcdsa() public method

public SignatureEcdsa ( ) : System
return System

SignatureEcdsa() public method

public SignatureEcdsa ( SignatureEcdsa the_SignatureEcdsa ) : System
the_SignatureEcdsa SignatureEcdsa
return System

SignatureEcdsa() public method

public SignatureEcdsa ( TpmAlgId the_hash, byte the_signatureR, byte the_signatureS ) : System
the_hash TpmAlgId the hash algorithm used in the signature process TPM_ALG_NULL is not allowed.
the_signatureR byte
the_signatureS byte
return System