logo
pub fn detached_recover(
    jws: &str,
    payload_enc: &[u8]
) -> Result<(Header, JWK), Error>
Expand description

Recover a JWK from a JWS and payload, if the algorithm supports that (such as ES256K-R).