pub fn write_jwk_thumbprint<K: ToJwk + ?Sized>(
    key: &K,
    alg: Option<KeyAlg>,
    output: &mut dyn WriteBuffer
) -> Result<(), Error>
Expand description

Encode a key’s JWK into a buffer