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; alias213 … throw new UnsupportedCurveException('Curve with OID of ' . $oid . ' is not supported');218 … throw new UnsupportedCurveException('Named Curve of ' . $name . ' is not supported');274 throw new UnsupportedCurveException('Field Type of ' . $type . ' is not supported');335 throw new UnsupportedCurveException('Field Type of ' . $type . ' is not supported');380 … throw new UnsupportedCurveException('TwistedEdwards and Montgomery Curves are not supported');441 …throw new UnsupportedCurveException('Field Type of ' . $temp['fieldID']['fieldType'] . ' is not su…473 …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');
22 use phpseclib3\Exception\UnsupportedCurveException; alias115 … throw new UnsupportedCurveException($name . ' is not a curve that the OpenSSH plugin supports');131 … throw new UnsupportedCurveException($name . ' is not a curve that the OpenSSH plugin supports');
22 use phpseclib3\Exception\UnsupportedCurveException; alias209 …throw new UnsupportedCurveException('Named Curve of ' . $params['namedCurve'] . ' is not supported…261 …throw new UnsupportedCurveException('Field Type of ' . $data['fieldID']['fieldType'] . ' is not su…528 throw new UnsupportedCurveException('Curve cannot be serialized');
35 use phpseclib3\Exception\UnsupportedCurveException; alias
46 use phpseclib3\Exception\UnsupportedCurveException; alias156 … throw new UnsupportedCurveException('Named Curve of ' . $curveName . ' is not supported');501 … throw new UnsupportedCurveException('Named Curve of ' . $curveName . ' is not supported');581 throw new UnsupportedCurveException('Only Ed25519 and Ed448 support contexts');
72 use phpseclib3\Exception\UnsupportedCurveException; alias2735 … throw new UnsupportedCurveException('Specified Curves are not supported by SSH2');2737 …throw new UnsupportedCurveException('Named Curve of ' . $curveName . ' is not supported by phpsecl…