Package com.intel.sgx.supplement
Class TeeSupplemental
- java.lang.Object
-
- com.intel.sgx.supplement.TeeSupplemental
-
public class TeeSupplemental extends Object
-
-
Constructor Summary
Constructors Constructor Description TeeSupplemental(short major_version, Supplemental supplemental)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortgetMajor_version()SupplementalgetSupplemental()
-
-
-
Constructor Detail
-
TeeSupplemental
public TeeSupplemental(short major_version, Supplemental supplemental)
-
-
Method Detail
-
getMajor_version
public short getMajor_version()
-
getSupplemental
public Supplemental getSupplemental()
-
-