iaik.tc.tss.impl.java.tcs.ctxmgr
Class TcTcsContext

java.lang.Object
  extended by iaik.tc.tss.impl.java.tcs.ctxmgr.TcTcsContext

public class TcTcsContext
extends java.lang.Object


Constructor Summary
TcTcsContext()
           
 
Method Summary
 void addTcsKeyHandle(java.lang.Long tcsKeyHandle)
           
 void checkKeyIsAssociated(long tcsKeyHandle)
           
 void close()
           
 TcBlobData getCapability(long capArea, TcBlobData subCap)
           
 void removeTcsKeyHandle(java.lang.Long tcsKeyHandle)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcTcsContext

public TcTcsContext()
Method Detail

close

public void close()
           throws TcTpmException,
                  TcTcsException,
                  TcTddlException
Throws:
TcTpmException
TcTcsException
TcTddlException

addTcsKeyHandle

public void addTcsKeyHandle(java.lang.Long tcsKeyHandle)
                     throws TcTcsException
Throws:
TcTcsException

removeTcsKeyHandle

public void removeTcsKeyHandle(java.lang.Long tcsKeyHandle)
                        throws TcTcsException
Throws:
TcTcsException

checkKeyIsAssociated

public void checkKeyIsAssociated(long tcsKeyHandle)
                          throws TcTcsException
Throws:
TcTcsException

getCapability

public TcBlobData getCapability(long capArea,
                                TcBlobData subCap)
                         throws TcTcsException
Throws:
TcTcsException