From: Sebastian L. <seb...@gm...> - 2011-01-24 12:14:44
|
Hi List, I'm using a custom written TDDL implementation to be able to connect to multiple software TPM instances. I am currently using the TcTcsProperties class to set an instance ID property which the TDDL can read out to know which TPM to connect to. The problem is that the TcTcsProperties class is designed as singleton so I cannot use it to manage multiple TDDL connections. Is jTSS even designed to work with multiple TPM devices (software emulators)? Any Idea on how to be able to pass an ID over to TCS so it knows which TPM device to talk to? Kind regards, Sebastian. |