* Check if algorithm is present ("alg") * \return true if present, false otherwise */
| 3991 | * \return true if present, false otherwise |
| 3992 | */ |
| 3993 | bool has_algorithm() const noexcept { return has_jwk_claim("alg"); } |
| 3994 | |
| 3995 | /** |
| 3996 | * Check if curve is present ("crv") |