From: Martin P. <Mar...@ia...> - 2009-08-17 07:35:10
|
Gianfranco Ricci wrote: > But when I try to use this key *hash.sign(tcRSAKey)* I am asked for a > password. The key itself has *no* authorization data, the parent key > (SRK) has the TSS_WELL_KNOWN_SECRET. Why I'am asked for a password and > how can I set the correct policy to ask for no password? try keyPolicy.setSecret(TcTssConstants.TSS_SECRET_MODE_NONE,null) HTH, Martin |