|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiaik.tc.tss.impl.java.tcs.kcmgr.TcTcsKeyHandleMgr
public class TcTcsKeyHandleMgr
Method Summary | |
---|---|
static TcTcsKeyHandleMgr |
getInstance()
This class can only be instantiated once (Singleton). |
long |
getTcsKhForTpmKh(long khTpm)
This method returns the TCS key handle for the given TPM key handle. |
long |
getTpmKhForTcsKh(long khTcs)
This method returns the TPM key handle for the given TCS key handle. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TcTcsKeyHandleMgr getInstance() throws TcTddlException, TcTpmException
TcTddlException
TcTpmException
public long getTpmKhForTcsKh(long khTcs) throws TcTcsException
khTcs
- TCS key handle to find the TPM key handle for.
TcTcsException
- This exception is thrown if no key with the given TCS key handle could
be found.public long getTcsKhForTpmKh(long khTpm) throws TcTcsException
khTpm
- TPM key handle to find the TCS key handle for.
TcTcsException
- This exception is thrown if no key with the given TPM key handle could
be found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |