Trait ockam_entity::ProfileVault[][src]

pub trait ProfileVault: SecretVault + SecureChannelVault + KeyIdVault + Hasher + Signer + Verifier + Clone + Send + 'static { }
Expand description

Traits required for a Vault implementation suitable for use in a Profile

Implementors

impl<D> ProfileVault for D where
    D: SecretVault + SecureChannelVault + KeyIdVault + Hasher + Signer + Verifier + Clone + Send + 'static, 
[src]