Package com.intel.sgx.report
Class SgxTargetInfo
- java.lang.Object
-
- com.intel.sgx.report.SgxTargetInfo
-
public class SgxTargetInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description SgxTargetInfo()Default constructorSgxTargetInfo(SgxMeasurement mrEnclave, SgxAttributes attributes, short configSvn, int miscSelect, byte[] configID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SgxAttributesgetAttributes()byte[]getConfigID()shortgetConfigSvn()intgetMiscSelect()SgxMeasurementgetMrEnclave()voidsetAttributes(SgxAttributes attributes)voidsetConfigID(byte[] configID)voidsetConfigSvn(short configSvn)voidsetMiscSelect(int miscSelect)voidsetMrEnclave(SgxMeasurement mrEnclave)
-
-
-
Constructor Detail
-
SgxTargetInfo
public SgxTargetInfo()
Default constructor
-
SgxTargetInfo
public SgxTargetInfo(SgxMeasurement mrEnclave, SgxAttributes attributes, short configSvn, int miscSelect, byte[] configID)
-
-
Method Detail
-
getAttributes
public SgxAttributes getAttributes()
-
getConfigID
public byte[] getConfigID()
-
getConfigSvn
public short getConfigSvn()
-
getMiscSelect
public int getMiscSelect()
-
getMrEnclave
public SgxMeasurement getMrEnclave()
-
setAttributes
public void setAttributes(SgxAttributes attributes)
-
setConfigID
public void setConfigID(byte[] configID)
-
setConfigSvn
public void setConfigSvn(short configSvn)
-
setMiscSelect
public void setMiscSelect(int miscSelect)
-
setMrEnclave
public void setMrEnclave(SgxMeasurement mrEnclave)
-
-