From: Mudassar A. <mud...@ho...> - 2011-03-09 11:39:29
|
Hi I have initialized my tpm using tpm.msc utility in windows 7. It allowed me to set owner password. But I could not find any way to create/set SRK. I tried to execute take ownership code but it says "TPM ownership command is disabled". I have tried to list tpm keys using context_.getRegisteredKeysByUuid(null,TcTssConstants.TSS_PS_TYPE_SYSTEM); but I get null since SRK is not registered. How can I set SRK to TSS_WLL_KNOWN_SECRET? Regards. Mudassar. |