Function josekit::jwe::deserialize_compact[][src]

pub fn deserialize_compact(
    input: &str,
    decrypter: &dyn JweDecrypter
) -> Result<(Vec<u8>, JweHeader), JoseError>
Expand description

Deserialize the input that is formatted by compact serialization.

Arguments

  • input - The input data.
  • decrypter - The JWS decrypter.