Uses of Class
com.intel.sgx.result.SgxQlQvResult
-
Packages that use SgxQlQvResult Package Description com.intel.sgx.result -
-
Uses of SgxQlQvResult in com.intel.sgx.result
Fields in com.intel.sgx.result declared as SgxQlQvResult Modifier and Type Field Description protected SgxQlQvResultquoteVerifyResult. qlQvResultMethods in com.intel.sgx.result that return SgxQlQvResult Modifier and Type Method Description static SgxQlQvResultSgxQlQvResult. fromStatus(int status)SgxQlQvResultSgxDcapQuoteVerifyResult. getQlQvResult()static SgxQlQvResultSgxQlQvResult. valueOf(String name)Returns the enum constant of this type with the specified name.static SgxQlQvResult[]SgxQlQvResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.intel.sgx.result with parameters of type SgxQlQvResult Modifier and Type Method Description voidSgxDcapQuoteVerifyResult. setQlQvResult(SgxQlQvResult qlQvResult)Constructors in com.intel.sgx.result with parameters of type SgxQlQvResult Constructor Description SgxDcapQuoteVerifyResult(int verifyResult, CollateralExpiration collExpire, SgxQlQvResult qlQvResult, SgxQlQeReportInfo qeReport, Supplemental supplement)TeeDcapQuoteVerifyResult(int verifyResult, CollateralExpiration collExpire, SgxQlQvResult qlQvResult, SgxQlQeReportInfo qeReport, TeeSupplemental supplement)
-