Searched refs:UnsupportedAlgorithmError (Results 1 – 2 of 2) sorted by relevance
3 exports.UnsupportedAlgorithmError = exports.CryptoError = exports.LengthOrHashMismatchError = expor…25 class UnsupportedAlgorithmError extends CryptoError { class27 exports.UnsupportedAlgorithmError = UnsupportedAlgorithmError;
28 throw new error_1.UnsupportedAlgorithmError(`Unsupported key type: ${keyInfo.keyType}`);45 … throw new error_1.UnsupportedAlgorithmError(`Unsupported RSA scheme: ${keyInfo.scheme}`);