DerCryptoKey
Defined in: packages/core/src/identity/identity/ecdsa.ts:20
Extends
Section titled “Extends”CryptoKey
Properties
Section titled “Properties”algorithm
Section titled “algorithm”
readonlyalgorithm:KeyAlgorithm
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.dom.d.ts:8469
The read-only algorithm property of the CryptoKey interface returns an object describing the algorithm for which this key can be used, and any associated extra parameters.
Inherited from
Section titled “Inherited from”CryptoKey.algorithm
extractable
Section titled “extractable”
readonlyextractable:boolean
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.dom.d.ts:8475
The read-only extractable property of the CryptoKey interface indicates whether or not the key may be extracted using SubtleCrypto.exportKey() or SubtleCrypto.wrapKey().
Inherited from
Section titled “Inherited from”CryptoKey.extractable
toDer()
Section titled “toDer()”toDer: () =>
DerEncodedPublicKey
Defined in: packages/core/src/identity/identity/ecdsa.ts:21
Returns
Section titled “Returns”
readonlytype:KeyType
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.dom.d.ts:8481
The read-only type property of the CryptoKey interface indicates which kind of key is represented by the object.
Inherited from
Section titled “Inherited from”CryptoKey.type
usages
Section titled “usages”
readonlyusages:KeyUsage[]
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.dom.d.ts:8487
The read-only usages property of the CryptoKey interface indicates what can be done with the key.
Inherited from
Section titled “Inherited from”CryptoKey.usages