Searched refs:UnsupportedCurveException (Results 1 – 8 of 8) sorted by relevance
30 use phpseclib3\Exception\UnsupportedCurveException; alias218 … throw new UnsupportedCurveException('Curve with OID of ' . $oid . ' is not supported');223 … throw new UnsupportedCurveException('Named Curve of ' . $name . ' is not supported');279 throw new UnsupportedCurveException('Field Type of ' . $type . ' is not supported');340 throw new UnsupportedCurveException('Field Type of ' . $type . ' is not supported');385 … throw new UnsupportedCurveException('TwistedEdwards and Montgomery Curves are not supported');446 …throw new UnsupportedCurveException('Field Type of ' . $temp['fieldID']['fieldType'] . ' is not su…478 …throw new UnsupportedCurveException('Field Type of ' . $temp['fieldID']['fieldType'] . ' is not su…
36 use phpseclib3\Exception\UnsupportedCurveException; alias159 … throw new UnsupportedCurveException('TwistedEdwards and Montgomery Curves are not supported');185 throw new UnsupportedCurveException('TwistedEdwards Curves are not supported');
35 use phpseclib3\Exception\UnsupportedCurveException; alias186 throw new UnsupportedCurveException('Montgomery Curves are not supported');220 throw new UnsupportedCurveException('Montgomery Curves are not supported');
24 use phpseclib3\Exception\UnsupportedCurveException; alias213 …throw new UnsupportedCurveException('Named Curve of ' . $params['namedCurve'] . ' is not supported…265 …throw new UnsupportedCurveException('Field Type of ' . $data['fieldID']['fieldType'] . ' is not su…529 throw new UnsupportedCurveException('Curve cannot be serialized');
24 use phpseclib3\Exception\UnsupportedCurveException; alias133 … throw new UnsupportedCurveException($name . ' is not a curve that the OpenSSH plugin supports');
24 class UnsupportedCurveException extends \RuntimeException class
45 use phpseclib3\Exception\UnsupportedCurveException; alias172 … throw new UnsupportedCurveException('Named Curve of ' . $curveName . ' is not supported');418 throw new UnsupportedCurveException('Only Ed25519 and Ed448 support contexts');
72 use phpseclib3\Exception\UnsupportedCurveException; alias2705 … throw new UnsupportedCurveException('Specified Curves are not supported by SSH2');2707 …throw new UnsupportedCurveException('Named Curve of ' . $curveName . ' is not supported by phpsecl…