Skip to content

@pqc-sdk/core / ExpectedKey

Interface: ExpectedKey<A, U>

Asserts the algorithm and use a caller expects from a deserialized key.

Type Parameters

A

A extends Algorithm = Algorithm

U

U extends KeyUse = KeyUse

Properties

algorithm

readonly algorithm: A


use

readonly use: U