C# Class Tpm2Lib.SignatureEcschnorr

Inheritance: SignatureEcc
Mostra file Open project: Microsoft/TSS.MSR Class Usage Examples

Public Methods

Method Description
GetUnionSelector ( ) : TpmAlgId
SignatureEcschnorr ( ) : System
SignatureEcschnorr ( SignatureEcschnorr the_SignatureEcschnorr ) : System
SignatureEcschnorr ( TpmAlgId the_hash, byte the_signatureR, byte the_signatureS ) : System

Method Details

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmAlgId
return TpmAlgId

SignatureEcschnorr() public method

public SignatureEcschnorr ( ) : System
return System

SignatureEcschnorr() public method

public SignatureEcschnorr ( SignatureEcschnorr the_SignatureEcschnorr ) : System
the_SignatureEcschnorr SignatureEcschnorr
return System

SignatureEcschnorr() public method

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