Searched refs:optKeyPairAlgorithm (Results 1 – 1 of 1) sorted by relevance
713 std::optional<std::string> optKeyPairAlgorithm = "EC"; in handleGenerateCSRAction() local732 "KeyPairAlgorithm", optKeyPairAlgorithm, // in handleGenerateCSRAction()778 if (*optKeyPairAlgorithm != "EC" && *optKeyPairAlgorithm != "RSA") in handleGenerateCSRAction()787 if (*optKeyPairAlgorithm == "RSA" && *optKeyBitLength != rsaKeyBitLength) in handleGenerateCSRAction()919 *optInitials, *optKeyBitLength, *optKeyCurveId, *optKeyPairAlgorithm, in handleGenerateCSRAction()