From: Maksim D. <dk...@bf...> - 2008-01-17 10:36:21
|
Hi! I have a question regarding the TSS certifyKey command. Here is the example of my source code: validation = keyToCertify.certifyKey (certificationKey, null); I successfully certify the bind type key with the AIK key I have created and activated earlier. Now the question is how do I verify the signature (the TcTssValidation structure) later with the same AIK's public key? Is there any method in TSS or do I have to sha1 the bind key manually and use verifySignature method? Could you help me, please? Regards, Maksim. |