pub fn extract_jws_header(tl_signature: &str) -> Result<JwsHeader, Error>
Expand description

Extract JwsHeader info from a Tl-Signature header value.

This can then be used to pick a verification key using the kid etc.