EnforcementLevel
このコンテンツはまだ日本語訳がありません。
EnforcementLevel =
"advisory"|"cryptographic"|"hardware"|"integrator"
Defined in: src/signer/types.ts:36
How strongly a PolicyGatedSigner enforces its policy.
advisory— a single party holds a key that can sign without the gate (thelocaladapter). The policy is a request, not a guarantee.cryptographic— the key is split (e.g. 2-of-2 MPC); no valid signature exists without a policy-passing co-sign (thempc-2padapter).hardware— enclave-sealed key + policy (the reservedteeadapter).integrator— delegated to the integrator’s HSM/KMS (the reservedbyoadapter); the enforcement strength is integrator-defined.