C# Class Tpm2Lib.SignatureRsapss

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

Méthodes publiques

Méthode Description
GetUnionSelector ( ) : TpmAlgId
SignatureRsapss ( ) : System
SignatureRsapss ( SignatureRsapss the_SignatureRsapss ) : System
SignatureRsapss ( TpmAlgId the_hash, byte the_sig ) : System

Method Details

GetUnionSelector() public méthode

public GetUnionSelector ( ) : TpmAlgId
Résultat TpmAlgId

SignatureRsapss() public méthode

public SignatureRsapss ( ) : System
Résultat System

SignatureRsapss() public méthode

public SignatureRsapss ( SignatureRsapss the_SignatureRsapss ) : System
the_SignatureRsapss SignatureRsapss
Résultat System

SignatureRsapss() public méthode

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