From: Thomas W. <tho...@ia...> - 2006-05-29 06:10:08
|
Hello, > I like to know what is the appropriate values for the `initFlags` parameter when calling the createPcrCompositeObject() method of TcContext object. > I noticed that the JavaDoc for these flags (`initFlags`) doesn't actually say what the valid values are; could be an improvement for the future? Thank your for your mail. For the PCR composite object of TSS 1.1, there actually are no init flags. Consequently, 0 has to be passed to the createPcrCompositeObject() method of TcContext. The initFlags parameter will be used in future versions of the jTSS since TSS 1.2 actually makes use of this parameter. As for the JavaDoc: The next version of the jTSS Wrapper (scheduled to be released end of may or the beginning of june) will include a special note about the PCR composite initFalgs paramter. Moreover, the documentation will include references to the TSS specification and pointers to the valid TSS init values. Regards, Thomas Winkler IAIK, TU Graz |