Searched refs:UnsupportedCurveException (Results 1 – 9 of 9) sorted by relevance
21 class UnsupportedCurveException extends \RuntimeException class
25 use phpseclib3\Exception\UnsupportedCurveException; alias57 …throw new UnsupportedCurveException('Only P-256, P-384, P-521 and secp256k1 curves are accepted ('…66 …throw new UnsupportedCurveException('Only Ed25519 and Ed448 curves are accepted (' . $key->crv . '…127 throw new UnsupportedCurveException("$curveName is not a supported curve");
27 use phpseclib3\Exception\UnsupportedCurveException; alias212 … throw new UnsupportedCurveException('Curve with OID of ' . $oid . ' is not supported');217 … throw new UnsupportedCurveException('Named Curve of ' . $name . ' is not supported');273 throw new UnsupportedCurveException('Field Type of ' . $type . ' is not supported');334 throw new UnsupportedCurveException('Field Type of ' . $type . ' is not supported');379 … throw new UnsupportedCurveException('TwistedEdwards and Montgomery Curves are not supported');440 …throw new UnsupportedCurveException('Field Type of ' . $temp['fieldID']['fieldType'] . ' is not su…472 …throw new UnsupportedCurveException('Field Type of ' . $temp['fieldID']['fieldType'] . ' is not su…
33 use phpseclib3\Exception\UnsupportedCurveException; alias152 … throw new UnsupportedCurveException('TwistedEdwards and Montgomery Curves are not supported');178 throw new UnsupportedCurveException('TwistedEdwards Curves are not supported');
32 use phpseclib3\Exception\UnsupportedCurveException; alias174 throw new UnsupportedCurveException('Montgomery Curves are not supported');209 throw new UnsupportedCurveException('Montgomery Curves are not supported');
21 use phpseclib3\Exception\UnsupportedCurveException; alias208 …throw new UnsupportedCurveException('Named Curve of ' . $params['namedCurve'] . ' is not supported…260 …throw new UnsupportedCurveException('Field Type of ' . $data['fieldID']['fieldType'] . ' is not su…524 throw new UnsupportedCurveException('Curve cannot be serialized');
22 use phpseclib3\Exception\UnsupportedCurveException; alias128 … throw new UnsupportedCurveException($name . ' is not a curve that the OpenSSH plugin supports');
43 use phpseclib3\Exception\UnsupportedCurveException; alias176 … throw new UnsupportedCurveException('Named Curve of ' . $curveName . ' is not supported');420 throw new UnsupportedCurveException('Only Ed25519 and Ed448 support contexts');
72 use phpseclib3\Exception\UnsupportedCurveException; alias2730 … throw new UnsupportedCurveException('Specified Curves are not supported by SSH2');2732 …throw new UnsupportedCurveException('Named Curve of ' . $curveName . ' is not supported by phpsecl…