From: Thomas W. <tho...@ia...> - 2007-02-07 14:00:19
|
Hi, > I have seen the test cases but i need to define the TcIRsaKey as java.security keys. The test case I pointed out shows you how to transform a public TPM key into a java.security.PublicKey. If you want to get access to the private part of a TPM key then there is not much chance: They only leave the TPM in an encrypted form (using the parent key). So there is no way to use them outside the TPM. Regards, Thomas Winkler |