-
CONFIG_JWT_SIGN_RSA
¶
Use RSA signature (RS-256)
Type: bool
Direct dependencies¶
<choice: JWT signature algorithm>
(Includes any dependencies from if’s and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/jwt/Kconfig:19
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:42
Menu path: (top menu) → Enable JSON Web Token generation → JWT signature algorithm
config JWT_SIGN_RSA
bool
prompt "Use RSA signature (RS-256)" if <choice: JWT signature algorithm>
select MBEDTLS
if <choice: JWT signature algorithm>
depends on <choice: JWT signature algorithm>
(Definitions include propagated dependencies, including from if’s and menus.)