iaik.tc.tss.impl.java.tcs.authmgr
Class TcTcsAuthManager

java.lang.Object
  extended by iaik.tc.tss.impl.java.tcs.authmgr.TcTcsAuthManager

public class TcTcsAuthManager
extends java.lang.Object


Constructor Summary
TcTcsAuthManager()
           
 
Method Summary
static java.lang.Object[] startDSAP(long hContext, int entityType, long tcsKeyHandle, TcTpmNonce nonceOddDSAP, TcBlobData entityValue)
           
static java.lang.Object[] startOIAP(long hContext)
           
static java.lang.Object[] startOSAP(long hContext, int entityType, long entityValue, TcTpmNonce nonceOddOSAP)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcTcsAuthManager

public TcTcsAuthManager()
Method Detail

startOIAP

public static java.lang.Object[] startOIAP(long hContext)
                                    throws TcTddlException,
                                           TcTpmException,
                                           TcTcsException
Throws:
TcTddlException
TcTpmException
TcTcsException

startOSAP

public static java.lang.Object[] startOSAP(long hContext,
                                           int entityType,
                                           long entityValue,
                                           TcTpmNonce nonceOddOSAP)
                                    throws TcTddlException,
                                           TcTpmException,
                                           TcTcsException
Throws:
TcTddlException
TcTpmException
TcTcsException

startDSAP

public static java.lang.Object[] startDSAP(long hContext,
                                           int entityType,
                                           long tcsKeyHandle,
                                           TcTpmNonce nonceOddDSAP,
                                           TcBlobData entityValue)
                                    throws TcTddlException,
                                           TcTpmException,
                                           TcTcsException
Throws:
TcTddlException
TcTpmException
TcTcsException