[][src]Module splinter::keys

Role-based permissions for public keys.

Key permissions, accessed via the KeyPermissionManager interface, are queried through a simple role-based access system. The underlying implementation determines how those values are set and modified.

Modules

insecure

The insecure keys module provides an allow-all permissions implemenation.

Structs

KeyPermissionError

An error that can occur in the underlying KeyPermissions implementation.

Traits

KeyPermissionManager

Manages role-based permissions associated with public keys.