Skip to main content

Module signed

Module signed 

Source

Re-exports§

pub use having_message_code;

Structs§

ConstellationClaim
Contents of the CONSTELLATION_CLAIM
ConstellationCompRes
Result of ConstellationClaim::compare.
Signed
A signed T by encoding T into a jwt::JWT.

Enums§

MessageCode
A number that represents the type of a message. Every message type that’s Signed gets such a code to prevent reuse of a message of one type as another.
OpenError
Error returned by Signed::open.

Constants§

CONSTELLATION_CLAIM
The claim name used to store the Constellation Id.
MESSAGE_CODE_CLAIM
The claim name used to store the MessageCode.

Traits§

Signable
A type that’s used as the contents of a Signed message.