credentials_obfuscation_svc (credentials_obfuscation v3.5.0)
Link to this section Summary
Link to this section Functions
Link to this function
code_change(OldVsn, State, Extra)
Link to this function
decrypt(Term)
-spec decrypt({plaintext, binary()} | {encrypted, binary()}) -> binary().
Link to this function
encrypt(Term)
-spec encrypt(iodata()) -> {plaintext, binary()} | {encrypted, binary()} | binary().
Link to this function
get_config(Config)
-spec get_config(atom()) -> term().
Link to this function
handle_call(_, From, State)
Link to this function
handle_cast(Message, State)
Link to this function
handle_info(Message, State)
Link to this function
init(_)
Link to this function
refresh_config()
-spec refresh_config() -> ok | {error, invalid_config}.
Link to this function
set_fallback_secret(Secret)
-spec set_fallback_secret(binary()) -> ok.
Link to this function
set_secret(Secret)
-spec set_secret(binary()) -> ok.
Link to this function
start_link()
Link to this function