From: Shohei K. <kak...@gm...> - 2011-09-20 08:06:31
|
Hello, I have a question regarding the TSS tickStampBlob command. Here is the example of my source code: TcIHash hash = context.createHashObject(TcTssConstants.TSS_HASH_SHA1); Object[] result = hash.tickStampBlob(signingKey, validationData); I successfully this command. Now the question is how do I verify the signature (the TcTssValidation structure) later with the same SigningKey'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, Shohei Kakei |