StaticnewCreates a new SignFinalizeContent with a unit subject and type assertion.
Port of SignFinalizeContent::new() from cmd/sign/common.rs.
Adds an assertion to the content envelope.
Port of SignFinalizeContent::add_assertion() from cmd/sign/common.rs.
Returns the inner envelope.
Port of SignFinalizeContent::envelope() from cmd/sign/common.rs.
StaticfromCreates a SignFinalizeContent from an envelope with validation.
Validates that the envelope has a unit subject and type "signFinalize".
Port of TryFrom<Envelope> for SignFinalizeContent from cmd/sign/common.rs.
Converts this SignFinalizeContent to an Envelope.
Port of From<SignFinalizeContent> for Envelope from cmd/sign/common.rs.
Content wrapper for signFinalize events.
This wraps an envelope with a unit subject and type assertion "signFinalize", implementing the traits required by SealedEvent.
Port of
struct SignFinalizeContentfrom cmd/sign/common.rs.