Lti_1p3.KeyGenerator (Lti 1p3 v0.6.0)

Link to this section Summary

Functions

Generates RSA public and private key pair to validate between Tool and the Platform

Create a random passphrase of size given (defaults to 256)

Link to this section Functions

Link to this function

generate_key_pair()

Generates RSA public and private key pair to validate between Tool and the Platform

examples

Examples

iex> generate_key_pair() %{public_key: "...", private_key: "...", key_id: "..."}

Link to this function

passphrase(len \\ 256)

Create a random passphrase of size given (defaults to 256)