Interface GetPublicKeyParams

Parameters for retrieving a public key.

interface GetPublicKeyParams {
    key: Jwk;
}

Hierarchy (view full)

Properties

Properties

key: Jwk

A Jwk containing the key from which to derive the public key.