Uses of Class
com.intel.sgx.report.SgxQlQeReportInfo
-
Packages that use SgxQlQeReportInfo Package Description com.intel.sgx.result -
-
Uses of SgxQlQeReportInfo in com.intel.sgx.result
Fields in com.intel.sgx.result declared as SgxQlQeReportInfo Modifier and Type Field Description protected SgxQlQeReportInfoquoteVerifyResult. qeReportMethods in com.intel.sgx.result that return SgxQlQeReportInfo Modifier and Type Method Description SgxQlQeReportInfoSgxDcapQuoteVerifyResult. getQeReport()Methods in com.intel.sgx.result with parameters of type SgxQlQeReportInfo Modifier and Type Method Description voidSgxDcapQuoteVerifyResult. setQeReport(SgxQlQeReportInfo qeReport)Constructors in com.intel.sgx.result with parameters of type SgxQlQeReportInfo Constructor Description SgxDcapQuoteVerifyResult(int verifyResult, CollateralExpiration collExpire, SgxQlQvResult qlQvResult, SgxQlQeReportInfo qeReport, Supplemental supplement)TeeDcapQuoteVerifyResult(int verifyResult, CollateralExpiration collExpire, SgxQlQvResult qlQvResult, SgxQlQeReportInfo qeReport, TeeSupplemental supplement)
-