pub struct Builder { /* private fields */ }Expand description
Incrementally build a signed CPoP evidence packet with causality-chained checkpoints.
Implementations§
Source§impl Builder
impl Builder
pub fn new( document: DocumentRef, signer: Box<dyn EvidenceSigner>, ) -> Result<Self>
pub fn with_attestation_tier(self, tier: AttestationTier) -> Self
pub fn with_baseline_verification(self, bv: BaselineVerification) -> Self
Auto Trait Implementations§
impl Freeze for Builder
impl !RefUnwindSafe for Builder
impl !Send for Builder
impl !Sync for Builder
impl Unpin for Builder
impl UnsafeUnpin for Builder
impl !UnwindSafe for Builder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more