jose-jwt-0.7.6: JSON Object Signing and Encryption Library

Safe HaskellNone
LanguageHaskell2010

Jose.Jwa

Synopsis

Documentation

data Alg Source #

General representation of the alg JWT header value.

Constructors

Signed JwsAlg 
Encrypted JweAlg 

data Enc Source #

Content encryption algorithms from the JWA Spec.