View Source Circlex.Api.Encryption (Circlex v0.1.12)

API Client to the Encryption API.

Note: not currently implemented.

Reference: https://developers.circle.com/reference/getpublickey

Link to this section Summary

Functions

Retrieves an RSA public key to be used in encrypting data sent to the API.

Link to this section Functions

Link to this function

get_public_key(opts \\ [])

View Source

Retrieves an RSA public key to be used in encrypting data sent to the API.

Reference: https://developers.circle.com/reference/getpublickey

examples

Examples

iex> host = Circlex.Test.start_server()
iex> Circlex.Api.Encryption.get_public_key(host: host)
{:error, %{error: "Not implemented by Circlex client"}}