C# Class Tpm2Lib.SignatureSm2

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

Méthodes publiques

Méthode Description
GetUnionSelector ( ) : TpmAlgId
SignatureSm2 ( ) : System
SignatureSm2 ( SignatureSm2 the_SignatureSm2 ) : System
SignatureSm2 ( TpmAlgId the_hash, byte the_signatureR, byte the_signatureS ) : System

Method Details

GetUnionSelector() public méthode

public GetUnionSelector ( ) : TpmAlgId
Résultat TpmAlgId

SignatureSm2() public méthode

public SignatureSm2 ( ) : System
Résultat System

SignatureSm2() public méthode

public SignatureSm2 ( SignatureSm2 the_SignatureSm2 ) : System
the_SignatureSm2 SignatureSm2
Résultat System

SignatureSm2() public méthode

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