|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiaik.tc.tss.impl.java.tddl.TcTddl
iaik.tc.tss.impl.java.tddl.TcTddlVista
public class TcTddlVista
TDDL library for use with Windows Vista. This library used the Java Native Interface (JNI) to access the TPM Base Services (TBS) that are part of Windows Vista. TBS provides access to 1.2 TPMs using a TIS driver that is shipped together with Windows Vista or higher. This class first attempts to use a 32-bit support Dynamic LinK Library and a 64-bit version as fallback.
Constructor Summary | |
---|---|
TcTddlVista()
|
Method Summary | |
---|---|
void |
cancel()
This method is not implemented by this TDDL. |
void |
close()
|
void |
getCapability()
This method is not implemented by this TDDL. |
void |
getStatus()
This method is not implemented by this TDDL. |
boolean |
isOpen()
|
void |
open()
|
void |
powerManagement()
This method is not implemented by this TDDL. |
void |
powerManagementControl()
This method is not implemented by this TDDL. |
void |
setCapability()
This method is not implemented by this TDDL. |
void |
setStatus()
This method is not implemented by this TDDL. |
TcBlobData |
transmitData(TcBlobData command)
|
Methods inherited from class iaik.tc.tss.impl.java.tddl.TcTddl |
---|
getInstance |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TcTddlVista()
Method Detail |
---|
public void open() throws TcTddlException
open
in class TcTddl
TcTddlException
public boolean isOpen()
isOpen
in class TcTddl
public void close() throws TcTddlException
close
in class TcTddl
TcTddlException
public TcBlobData transmitData(TcBlobData command) throws TcTddlException
TcTddlException
public void cancel() throws TcTddlException
cancel
in class TcTddl
TcTddlException
public void getCapability() throws TcTddlException
getCapability
in class TcTddl
TcTddlException
public void setCapability() throws TcTddlException
setCapability
in class TcTddl
TcTddlException
public void getStatus() throws TcTddlException
getStatus
in class TcTddl
TcTddlException
public void setStatus() throws TcTddlException
setStatus
in class TcTddl
TcTddlException
public void powerManagement() throws TcTddlException
powerManagement
in class TcTddl
TcTddlException
public void powerManagementControl() throws TcTddlException
powerManagementControl
in class TcTddl
TcTddlException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |