Versions in this module Expand all Collapse all v1 v1.2.0 Jun 10, 2021 Changes in this version + func EncryptEjson(ctx context.Context, decData []byte) ([]byte, error) + func EncryptEjsonDocument(ctx context.Context, decData map[string]interface{}) (map[string]interface{}, error) v1.1.0 May 17, 2021 Changes in this version + func DecryptEjson(ctx context.Context, encData []byte, storage logical.Storage) ([]byte, error) + func DecryptEjsonDocument(ctx context.Context, req *logical.Request, encData []byte) (map[string]interface{}, error) + func HashPlaintext(plaintext []byte, salt []byte) ([]byte, error) + func MarshalForEjson(input map[string]interface{}) ([]byte, error) + func MarshalInput(inputData interface{}) ([]byte, error) v0 v0.1.0 Aug 7, 2018 Changes in this version + func Backend() *backend + func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend, error) + func FactoryType(backendType logical.BackendType) logical.Factory