Interface KeyManagerCHURPSignedPolicySGX

SignedPolicySGX represents a signed SGX access control policy.

The runtime extension will accept the policy only if all signatures are valid, and a sufficient number of trusted policy signers have signed it.

interface KeyManagerCHURPSignedPolicySGX {
    policy: KeyManagerCHURPPolicySGX;
    signatures?: Signature[];
}

Properties

Properties

Policy is an SGX access control policy.

signatures?: Signature[]

Signatures is a vector of signatures.