destack.sh
docstemplatesblog
Language
  1. Setup
  2. TypeScript
  3. TypeScript++
  4. Runtime
  5. Standard Library
  6. Web
  7. Node
  8. Systems
  9. Modules
  10. destack:crypto
  11. destack:crypto/binding
  12. CryptoKeyDescriptor
    1. Members
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
menu
Language
  1. Setup
  2. TypeScript
  3. TypeScript++
  4. Runtime
  5. Standard Library
  6. Web
  7. Node
  8. Systems
  9. Modules
  10. destack:crypto
  11. destack:crypto/binding
  12. CryptoKeyDescriptor
    1. Members
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
Docs/Language/Standard Library/Modules/destack:crypto/destack:crypto/binding
mdtxt

CryptoKeyDescriptor

import { CryptoKeyDescriptor } from "destack:crypto/binding";

Key descriptor.

language/library/src/crypto/binding/key.ds:135:144
1export struct CryptoKeyDescriptor {2    shape: CryptoKeyShape;3    keyKind: CryptoKeyKind;4    policy: CryptoKeyPolicy;5    store: CryptoStoreIdentity;6}

Members

shape: CryptoKeyShape

Effective key shape.

keyKind: CryptoKeyKind

Effective key object kind.

policy: CryptoKeyPolicy

Effective key policy.

store: CryptoStoreIdentity

Store that owns the key.

discordxgithub
2026.8.3alpha