iaik.tc.tss.api.tspi
Class TcTssAbstractFactory

Object
  extended by TcTssAbstractFactory
Direct Known Subclasses:
TcTssContextFactory

public abstract class TcTssAbstractFactory
extends Object

This class defines the minimal set of methods that has to be implemented by inheriting TSS factory classes. This main factory is used to create a new context object of a specific backend implementation. All further TSS objects are then created using the create methods of the context object.


Method Summary
abstract  TcIContext newContextObject()
          This method returns a new instance of the context class of the specific implementation.
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newContextObject

public abstract TcIContext newContextObject()
                                     throws TcTssException
This method returns a new instance of the context class of the specific implementation.

Throws:
TcTssException