Public extension contract for SP decryption private key material.
Implement this behaviour to provide a custom source for the SP RSA private key
used to unwrap encrypted content-encryption keys in XML-Enc assertions.
Configure the adapter via the :key_resolver option.
Summary
Callbacks
@callback resolve(connection :: map()) :: {:ok, pem_binary :: binary()} | {:error, Relyra.Error.t()}
Functions
@spec resolve( map(), keyword() ) :: {:ok, binary()} | {:error, Relyra.Error.t()}