pub fn scope_of(cert: &Certificate) -> SignatifResult<ScopeDimensions>Expand description
Extract the scope from a certificate’s SIGNATIF extension; the unconstrained scope when the extension is absent (extensibility: verifiers ignore unknown extensions, absent means unconstrained under this bridge’s convention).
§Errors
Encoding errors when the extension exists but does not decode.