Module seccfg

Module seccfg 

Source
Expand description

Descriptions of trust sources for the Resource Server (RS) which coapcore runs on.

These descriptions, expressed in implementations of the ServerSecurityConfig trait, typically encode known credentials (effectively raw public keys) or ACE Authorization Servers (AS).

Structs§

AllowAll
A ServerSecurityConfig representing unconditionally allowed access without the option for opportunistic EDHOC.
ConfigBuilder
An implementation of ServerSecurityConfig that can be extended using builder methods.
ConfigBuilderClaims
An implementation of GeneralClaims for ConfigBuilder.
DenyAll
The default empty configuration that denies all access.
NotAllowedRenderingFailed
Error type of ServerSecurityConfig::render_not_allowed.

Traits§

ServerSecurityConfig
A single or collection of authorization servers that a handler trusts to create ACE tokens.