Hi...
root wrote:
> I write to ask help for using jTpm tools.When I use the tools,I find
> that I can run some commands(e.g.bind) successfully with or without
> trousers.Is this normal?In other word,is trousers essential for using
> jTpm tools?
jTSS is a standalone TSS, it can communicate directly with the
/dev/tpm in Linux and to the Trusted Base Services (TBS) in Vista.
TrouSerS is a standalone C TSS. In Linux TrouSerS talks directly to
the /dev/tpm.
Only one TSS can access the TPM device, thus you cannot run both TSS'
at the same time.
However, if you want to do both C and Java TPM development you can use
the jTSSWrapper package which maps the jTSS high-level API to the
TrouSerS C API via Java JNI magic.
So you can run jTpmTools with standalone jTSS as well as jTSS via
jTSSWrapper on top of TrouSerS. Note, however, that jTSS and TrouSerS
do not implement the same set of TSS commands. Some commands may only
work on jTSS, some only on TrouSerS.
> What's more,I wonder if someone has iaik_jce.jar and iaik_xsect.jar?I
It's available from http://jce.iaik.tugraz.at/
You need to register to download the free demo versions.
> cannot download them from the website because I don't have SAP on my
> computer.
"SAP" ?
HTH,
Martin
|