Module credentials_obfuscation_svc

Behaviours: gen_server.

Function Index

code_change/3
decrypt/1
encrypt/1
get_config/1
handle_call/3
handle_cast/2
handle_info/2
init/1
refresh_config/0
set_secret/1
start_link/0
terminate/2

Function Details

code_change/3

code_change(OldVsn, State, Extra) -> any()

decrypt/1

decrypt(Term::{plaintext, term()} | {encrypted, binary()}) -> term()

encrypt/1

encrypt(Term::term()) -> {plaintext, term()} | {encrypted, binary()}

get_config/1

get_config(Config::atom()) -> term()

handle_call/3

handle_call(X1, From, State) -> any()

handle_cast/2

handle_cast(Message, State) -> any()

handle_info/2

handle_info(Message, State) -> any()

init/1

init(X1) -> any()

refresh_config/0

refresh_config() -> ok

set_secret/1

set_secret(Secret::binary()) -> ok

start_link/0

start_link() -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc