Skip to main content

TAlg type

Known algorithms supported by some of the above key types defined by TKeyType.

Actual implementations of Key Management Systems can support more. One should check the IKey.meta.algorithms property to see what is possible for a particular managed key.

Signature:

export type TAlg = 'ES256K' | 'ES256K-R' | 'ES256' | 'EdDSA' | 'ECDH' | 'ECDH-ES' | 'ECDH-1PU' | string