ExVault.Secret.Transit (ex_vault v0.0.3) View Source

Transit Secrets Engine.

Link to this section Summary

Link to this section Functions

Link to this function

decrypt_data(client, path, name, body, opts \\ [])

View Source

Decrypts data.

See Decrypt Data for details.

Link to this function

encrypt_data(client, path, name, body, opts \\ [])

View Source

Encrypts data.

See Encrypt Data for details.

Link to this function

generate_data_key(client, path, type, name, body, opts \\ [])

View Source

Generates a data key.

See Generate Data Key for details.

Link to this function

read_key(client, path, name, opts \\ [])

View Source

Reads a key.

See Read Key for details.

Link to this function

rewrap_data(client, path, name, body, opts \\ [])

View Source

Rewrap data.

See Rewrap Data for details.

Link to this function

rotate_key(client, path, name, opts \\ [])

View Source

Rotate a key.

See Rotate Key for details.

Link to this function

sign_data(client, path, name, payload, opts \\ [])

View Source

Signs data.

See Sign data for details.