1.0.2 • Published 10 months ago
keyobject-to-cryptokey v1.0.2
keyobject-to-cryptokey
Converts KeyObject instances to CryptoKey for use with a given JSON Web Algorithm
import { convert } from "keyobject-to-cryptokey";
let key!: crypto.KeyObject;
let alg!: string;
const cryptoKey = convert(key, alg);