C# Class Tpm2Lib.SignatureRsassa

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

Méthodes publiques

Méthode Description
GetUnionSelector ( ) : TpmAlgId
SignatureRsassa ( ) : System
SignatureRsassa ( SignatureRsassa the_SignatureRsassa ) : System
SignatureRsassa ( TpmAlgId the_hash, byte the_sig ) : System

Method Details

GetUnionSelector() public méthode

public GetUnionSelector ( ) : TpmAlgId
Résultat TpmAlgId

SignatureRsassa() public méthode

public SignatureRsassa ( ) : System
Résultat System

SignatureRsassa() public méthode

public SignatureRsassa ( SignatureRsassa the_SignatureRsassa ) : System
the_SignatureRsassa SignatureRsassa
Résultat System

SignatureRsassa() public méthode

public SignatureRsassa ( TpmAlgId the_hash, byte the_sig ) : System
the_hash TpmAlgId the hash algorithm used to digest the message TPM_ALG_NULL is not allowed.
the_sig byte The signature is the size of a public key.
Résultat System