Uses of Class
com.intel.sgx.report.SgxCpuSvn
-
Packages that use SgxCpuSvn Package Description com.intel.sgx.report com.intel.sgx.supplement -
-
Uses of SgxCpuSvn in com.intel.sgx.report
Methods in com.intel.sgx.report that return SgxCpuSvn Modifier and Type Method Description SgxCpuSvnSgxReport. getCpuSvn()Methods in com.intel.sgx.report with parameters of type SgxCpuSvn Modifier and Type Method Description voidSgxReport. setCpuSvn(SgxCpuSvn cpuSvn) -
Uses of SgxCpuSvn in com.intel.sgx.supplement
Methods in com.intel.sgx.supplement that return SgxCpuSvn Modifier and Type Method Description SgxCpuSvnSupplemental. getTcb_cpusvn()Constructors in com.intel.sgx.supplement with parameters of type SgxCpuSvn Constructor Description Supplemental(short major_version, short minor_version, long earliestIssueDate, long latestIssueDate, long earliestExpirationDate, long tcbLevelDateTag, int pckCrlNum, int rootCaCrlNum, int tcbEvalRefNum, byte[] rootKeyId, byte[] pckPPID, SgxCpuSvn tcb_cpusvn, short tcbPceIsvsvn, short pceId, int teeType, byte sgxType, byte[] platformInstanceID, int dynamicPlatform, int cachedKeys, int smtEnabled, String saList)
-