Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- getType :: MonadDOM m => CryptoKey -> m KeyType
- getExtractable :: MonadDOM m => CryptoKey -> m Bool
- getAlgorithm :: MonadDOM m => CryptoKey -> m GObject
- getUsages :: MonadDOM m => CryptoKey -> m [CryptoKeyUsage]
- newtype CryptoKey = CryptoKey {
- unCryptoKey :: JSVal
- gTypeCryptoKey :: JSM GType
Documentation
Functions for this inteface are in JSDOM.CryptoKey.
Instances
PToJSVal CryptoKey Source # | |
Defined in JSDOM.Types | |
PFromJSVal CryptoKey Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> CryptoKey # | |
ToJSVal CryptoKey Source # | |
FromJSVal CryptoKey Source # | |
MakeObject CryptoKey Source # | |
Defined in JSDOM.Types makeObject :: CryptoKey -> JSM Object # | |
IsCryptoKeyOrKeyPair CryptoKey Source # | |
Defined in JSDOM.Types | |
IsGObject CryptoKey Source # | |
Defined in JSDOM.Types |