iaik.tc.tss.impl.ps
Class TcTssPsDatabase

java.lang.Object
  extended by iaik.tc.tss.impl.ps.TcTssPersistentStorage
      extended by iaik.tc.tss.impl.ps.TcTssPsDatabase
All Implemented Interfaces:
TcITssPersistentStorage
Direct Known Subclasses:
TcTssSystemPsDatabase, TcTssUserPsDatabase

public abstract class TcTssPsDatabase
extends TcTssPersistentStorage


Constructor Summary
TcTssPsDatabase(Properties properties)
          The constructor.
 
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

TcTssPsDatabase

public TcTssPsDatabase(Properties properties)
The constructor. It calls the parent constructor, tries to get the database name out of the properties, connects to the database and creates the key table if it not exists.

Parameters:
properties - contains the configuration data