TdxModulePolicy is the TDX module policy.

interface SGXPcsTdxModulePolicy {
    mr_seam?: Uint8Array;
    mr_signer_seam: Uint8Array;
}

Properties

mr_seam?: Uint8Array

MrSeam is the optional allowed measurement of the TDX Module. In case it is nil, ANY measurement is allowed and only the signer is checked.

mr_signer_seam: Uint8Array

MrSignerSeam is the allowed signer of the TDX Module (zero for Intel).