View Source jose_jwk_kty behaviour (JOSE v1.11.10)

Summary

Callbacks

-callback generate_key(Parameters) -> KTY when Parameters :: any(), KTY :: any().
-callback generate_key(KTY, Fields) -> NewKTY when KTY :: any(), Fields :: map(), NewKTY :: any().
-callback key_encryptor(KTY, Fields, Key) -> JWEMap
                 when KTY :: any(), Fields :: map(), Key :: any(), JWEMap :: map().

Functions