Module
Crypto.Subtle.Key.Import
- Package
- purescript-subtlecrypto
- Repository
- athanclark/purescript-subtlecrypto
#importKey Source
importKey :: ExternalFormat -> ArrayBuffer -> ImportAlgorithm -> Boolean -> Array CryptoKeyUsage -> Aff CryptoKey#ImportAlgorithm Source
data ImportAlgorithm :: Type#rsa Source
rsa :: RSAAlgorithm -> HashingFunction -> ImportAlgorithm#ec Source
ec :: ECAlgorithm -> ECCurve -> ImportAlgorithm#aes Source
aes :: AESAlgorithm -> ImportAlgorithm