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