Function jws::compact::decode_and_verify

source ·
pub fn decode_and_verify(data: &[u8], verifier: impl Verifier) -> Result<Message>
Expand description

Decode and verify a JWS Compact Serialization message.