| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.KeyStore.KS.KS
Documentation
Instances
| Applicative KS Source # | |
| Functor KS Source # | |
| Monad KS Source # | |
| MonadRandom KS Source # | |
Defined in Data.KeyStore.KS.KS Methods getRandomBytes :: ByteArray byteArray => Int -> KS byteArray # | |
| MonadError Reason KS Source # | |
Defined in Data.KeyStore.KS.KS | |
Constructors
| LogEntry | |
Fields
| |
randomBytes :: Octets -> (ByteString -> a) -> KS a Source #
currentTime :: KS UTCTime Source #
getSettings :: KS Settings Source #
insertNewKey :: Key -> KS () Source #
deleteKeysKS :: [Name] -> KS () Source #
modConfig :: (Configuration -> Configuration) -> KS () Source #