menu
CryptoKeyDescriptor
import { CryptoKeyDescriptor } from "destack:crypto/binding";
Key descriptor.
1export struct CryptoKeyDescriptor {2 shape: CryptoKeyShape;3 keyKind: CryptoKeyKind;4 policy: CryptoKeyPolicy;5 store: CryptoStoreIdentity;6}Members
shape: CryptoKeyShapeEffective key shape.
keyKind: CryptoKeyKindEffective key object kind.
policy: CryptoKeyPolicyEffective key policy.
store: CryptoStoreIdentityStore that owns the key.