C# Class Tpm2Lib.SignatureEcdaa

Inheritance: SignatureEcc
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Méthodes publiques

Méthode Description
GetUnionSelector ( ) : TpmAlgId
SignatureEcdaa ( ) : System
SignatureEcdaa ( SignatureEcdaa the_SignatureEcdaa ) : System
SignatureEcdaa ( TpmAlgId the_hash, byte the_signatureR, byte the_signatureS ) : System

Method Details

GetUnionSelector() public méthode

public GetUnionSelector ( ) : TpmAlgId
Résultat TpmAlgId

SignatureEcdaa() public méthode

public SignatureEcdaa ( ) : System
Résultat System

SignatureEcdaa() public méthode

public SignatureEcdaa ( SignatureEcdaa the_SignatureEcdaa ) : System
the_SignatureEcdaa SignatureEcdaa
Résultat System

SignatureEcdaa() public méthode

public SignatureEcdaa ( 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
Résultat System