Re: [Tpm4java-users] PLEASE HELP! TPMException: Bad return code 33 The descryption process did not
Brought to you by:
tews
From: <and...@te...> - 2007-06-12 12:14:15
|
I'm using a hardware TPM version 1.2. I tried to deactivate the HMAC = verification of the TPM using the code: TssLowlevel l =3D TssFactory.getLowlevel(); l.setCheckReply(false); but it didn't work. I guess the problem is not due to a wrong HMAC = verification. The TPM returns the Bad code 33, but i didn't find any = information about it, only the TPM specifications documents by the TGC = with no further information. I hope someone can help me to solve this problem. Thank you. |