iaik.tc.tss.impl.ps
Class TcTssPsFileSystem

java.lang.Object
  extended by iaik.tc.tss.impl.ps.TcTssPersistentStorage
      extended by iaik.tc.tss.impl.ps.TcTssPsFileSystem
All Implemented Interfaces:
TcITssPersistentStorage
Direct Known Subclasses:
TcTssSystemPsFileSystem, TcTssUserPsFileSystem

public abstract class TcTssPsFileSystem
extends TcTssPersistentStorage

Implements a basic file-system based persistent storage. As it only offers basic functionality, it does not the protect the key blobs.

Author:
rtoegl, twinkler

Constructor Summary
TcTssPsFileSystem(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

TcTssPsFileSystem

public TcTssPsFileSystem(Properties properties)