pub fn cert_chain_from_sign1( sign1: &CoseSign1, ) -> Result<Vec<Vec<u8>>, CoseError>
TO DO: Documentation for this function.