Safe Haskell | None |
---|---|
Language | Haskell2010 |
Web.WebPush.Internal
Documentation
data VAPIDClaims Source #
Constructors
VAPIDClaims | |
Fields
|
webPushJWT :: MonadIO m => VAPIDKeys -> VAPIDClaims -> m (Either Error ByteString) Source #
data WebPushEncryptionInput Source #
Constructors
EncryptionInput | |
ecPublicKeyToBytes :: Point -> ByteString Source #
ecBytesToPublicKey :: ByteString -> Point Source #
int32Bytes :: Integer -> Bytes32 Source #
bytes32Int :: Bytes32 -> Integer Source #