C# Class Tpm2Lib.Tpm2EncryptDecryptResponse

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

Méthodes publiques

Méthode Description
Copy ( ) : Tpm2EncryptDecryptResponse
Tpm2EncryptDecryptResponse ( ) : System
Tpm2EncryptDecryptResponse ( Tpm2EncryptDecryptResponse the_Tpm2EncryptDecryptResponse ) : System
Tpm2EncryptDecryptResponse ( byte the_outData, byte the_ivOut ) : System

Method Details

Copy() public méthode

public Copy ( ) : Tpm2EncryptDecryptResponse
Résultat Tpm2EncryptDecryptResponse

Tpm2EncryptDecryptResponse() public méthode

public Tpm2EncryptDecryptResponse ( ) : System
Résultat System

Tpm2EncryptDecryptResponse() public méthode

public Tpm2EncryptDecryptResponse ( Tpm2EncryptDecryptResponse the_Tpm2EncryptDecryptResponse ) : System
the_Tpm2EncryptDecryptResponse Tpm2EncryptDecryptResponse
Résultat System

Tpm2EncryptDecryptResponse() public méthode

public Tpm2EncryptDecryptResponse ( byte the_outData, byte the_ivOut ) : System
the_outData byte encrypted or decrypted output
the_ivOut byte chaining value to use for IV in next round
Résultat System