iaik.tc.tss.impl.ps
Class TcTssSystemPsFileSystem

java.lang.Object
  extended by iaik.tc.tss.impl.ps.TcTssPersistentStorage
      extended by iaik.tc.tss.impl.ps.TcTssPsFileSystem
          extended by iaik.tc.tss.impl.ps.TcTssSystemPsFileSystem
All Implemented Interfaces:
TcITssPersistentStorage

public class TcTssSystemPsFileSystem
extends TcTssPsFileSystem

Implements a System Persistent Storage File System. Basically extends the TcTssPsFileSystem to deal with the SRK correctly. It is part of the system persistent key hierarchy and given a fixed UUID. However, it is stored in the TPM and not in the PS. Furthermore it is assumed to be always loaded.

Author:
rtoegl

Constructor Summary
TcTssSystemPsFileSystem(Properties properties)
           
 
Method Summary
 
Methods inherited from class iaik.tc.tss.impl.ps.TcTssPersistentStorage
enumRegisteredKeys, getRegisteredKey, getRegisteredKeyBlob, getRegisteredKeyByPublicInfo, registerKey, unregisterKey
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcTssSystemPsFileSystem

public TcTssSystemPsFileSystem(Properties properties)