Skip to main content

reconstruct_chain

Function reconstruct_chain 

Source
pub fn reconstruct_chain(
    delivery: &ChainDelivery,
    resolver: Option<&mut dyn LogResolver>,
) -> SignatifResult<Vec<Vec<u8>>>
Expand description

Reconstruct the full certificate chain from a delivery strategy, using resolver only for non-embedded strategies.

ยงErrors

Returns SignatifError::Encoding when a reference cannot be resolved.