Interface KmsGetKeyUriParams

Parameters for computing the Key URI of a public key. Intended for use with a Key Management System.

interface KmsGetKeyUriParams {
    key: Jwk;
}

Properties

Properties

key: Jwk

A Jwk containing the public key for which the Key URI will be computed.