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

Safe HaskellNone

Jose.Jwa

Synopsis

Documentation

data Alg Source

General representation of the alg JWT header value.

Constructors

Signed JwsAlg 
Encrypted JweAlg 

data JwsAlg Source

A subset of the signature algorithms from the JWA Spec.

Constructors

None 
HS256 
HS384 
HS512 
RS256 
RS384 
RS512 

data JweAlg Source

A subset of the key management algorithms from the JWA Spec.

Constructors

RSA1_5 
RSA_OAEP 

data Enc Source

Content encryption algorithms from the JWA Spec.