Expand description

Secure channel types and traits of the Ockam library.

This crate contains the secure channel types of the Ockam library and is intended for use by other crates that provide features and add-ons to the main Ockam library.

The main Ockam crate re-exports types defined in this crate.

Structs

SecureChannelListener message wrapper.
Key Exchange completed message
Secure Channel
Secure Channel Decryptor
SecureChannel info returned from start_initiator_channel Auth hash can be used for further authentication of the channel and tying it up cryptographically to some source of Trust. (e.g. Entities)
SecureChannelListener listens for messages from SecureChannel initiators and creates responder SecureChannels
Identity SecureChannel LocalInfo used for LocalMessage

Enums

Types of errors that may occur constructing a secure channel.

Constants

SecureChannel LocalInfo unique Identifier

Traits

KeyExchanger with extra constraints
NewKeyExchanger with extra constraints
Vault with XX required functionality