Uses of Class
com.intel.sgx.report.SgxMeasurement
-
Packages that use SgxMeasurement Package Description com.intel.sgx.report -
-
Uses of SgxMeasurement in com.intel.sgx.report
Methods in com.intel.sgx.report that return SgxMeasurement Modifier and Type Method Description SgxMeasurementSgxReport. getMrEnclave()SgxMeasurementSgxTargetInfo. getMrEnclave()SgxMeasurementSgxReport. getMrSigner()Methods in com.intel.sgx.report with parameters of type SgxMeasurement Modifier and Type Method Description voidSgxReport. setMrEnclave(SgxMeasurement mrEnclave)voidSgxTargetInfo. setMrEnclave(SgxMeasurement mrEnclave)voidSgxReport. setMrSigner(SgxMeasurement mrSigner)Constructors in com.intel.sgx.report with parameters of type SgxMeasurement Constructor Description SgxTargetInfo(SgxMeasurement mrEnclave, SgxAttributes attributes, short configSvn, int miscSelect, byte[] configID)
-