From: Christoph E. <jt...@eu...> - 2008-07-04 15:07:43
|
Hy, should the Uuid of a key change when it is loaded into the TPM? --- log.fine("Loading key with uuid " + uuid.toStringNoPrefix()); key = context.loadKeyByUuidFromSystem(uuid); log.fine("Success. UUID is "+key.getAttribUuid().toStringNoPrefix()); - FINE: load key with UUID: ca4a43de-0782-47c4-853c-801cdae8bd30 FINE: Success. UUID is de434aca-8207-c447-853c-801cdae8bd30 --- When I'm calling getRegisteredKeysByUuid, I get the first one as a result, so this key does exists, the other one not. But the IDs are looking like there is a problem with the byte order... So is this a bug or a feature? Regards, Christoph Eunicke |