From: Martin P. <Mar...@ia...> - 2009-08-18 09:47:47
|
Simon Mittelberger wrote: > Does this mean my tpm doesnt support the whole funciton of loading an > extern key to it? > I did not find the right class or piece of code which has an example of > that in it. There is one in jTssWrapper where public and private part is imported, see directory src_tsp_tests, TestKeys.java, method testWrapKeys() jTSS and jTSSwrapper use the same top-level API, so this should be portable - however I do not remember why this hasn't been ported to the jTSS testsuite (yet?). HTH, Martin |