jose-0.12: JSON Object Signing and Encryption (JOSE) and JSON Web Token (JWT) library
Safe HaskellNone
LanguageGHC2021

Crypto.JOSE.JWA.JWE

Description

JSON Web Encryption data types specified under JSON Web Algorithms.

Synopsis

Documentation

data Enc Source #

RFC 7518 §5 Cryptographic Algorithms for Content Encryption

Instances

Instances details
FromJSON Enc Source # 
Instance details

Defined in Crypto.JOSE.JWA.JWE

ToJSON Enc Source # 
Instance details

Defined in Crypto.JOSE.JWA.JWE

Show Enc Source # 
Instance details

Defined in Crypto.JOSE.JWA.JWE

Methods

showsPrec :: Int -> Enc -> ShowS #

show :: Enc -> String #

showList :: [Enc] -> ShowS #

Eq Enc Source # 
Instance details

Defined in Crypto.JOSE.JWA.JWE

Methods

(==) :: Enc -> Enc -> Bool #

(/=) :: Enc -> Enc -> Bool #

Ord Enc Source # 
Instance details

Defined in Crypto.JOSE.JWA.JWE

Methods

compare :: Enc -> Enc -> Ordering #

(<) :: Enc -> Enc -> Bool #

(<=) :: Enc -> Enc -> Bool #

(>) :: Enc -> Enc -> Bool #

(>=) :: Enc -> Enc -> Bool #

max :: Enc -> Enc -> Enc #

min :: Enc -> Enc -> Enc #