[][src]Crate securestore

Structs

Error

The high-level wrapper type for user-facing errors in the SecureStore API.

SecretsManager

The primary interface used for interacting with the SecureStore.

Enums

ErrorKind

A strongly-typed enumeration of errors one can expect to encounter in using the SecureStore API.

KeySource

Used to specify where encryption/decryption keys should be loaded from

Traits

BinaryDeserializable

A trait enabling retrieving a secret from the secrets store as an instance of the implementing type.

BinarySerializable

A trait enabling saving a secret of the implementing type to the secrets store.