Skip to content

Converts KeyObject instances to CryptoKey for use with a given JSON Web Algorithm

License

Notifications You must be signed in to change notification settings

panva/keyobject-to-cryptokey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Converts KeyObject instances to CryptoKey for use with a given JSON Web Algorithm

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published