Interface JsonWebKeyInput

interface JsonWebKeyInput {
    format: "jwk";
    key: Crypto.JsonWebKey;
}

Hierarchy (view full)

Properties

Properties

format