C# Class Tpm2Lib.SignatureEcc

Inheritance: TpmStructureBase, ISignatureUnion
Mostrar archivo Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : SignatureEcc
GetUnionSelector ( ) : TpmAlgId
SignatureEcc ( ) : System
SignatureEcc ( SignatureEcc the_SignatureEcc ) : System
SignatureEcc ( TpmAlgId the_hash, byte the_signatureR, byte the_signatureS ) : System

Method Details

Copy() public method

public Copy ( ) : SignatureEcc
return SignatureEcc

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmAlgId
return TpmAlgId

SignatureEcc() public method

public SignatureEcc ( ) : System
return System

SignatureEcc() public method

public SignatureEcc ( SignatureEcc the_SignatureEcc ) : System
the_SignatureEcc SignatureEcc
return System

SignatureEcc() public method

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