menu
CryptoDerivedKey
import { CryptoDerivedKey } from "destack:crypto/binding";
Output key requested from a derivation operation.
1export struct CryptoDerivedKey {2 shape: CryptoKeyShape;3 policy: CryptoKeyPolicy;4}Members
shape: CryptoKeyShapeDerived key shape.
policy: CryptoKeyPolicyDerived key policy.