jose-jwt-0.4: JSON Object Signing and Encryption Library
Jose.Jwa
Synopsis
data Alg Source
General representation of the alg JWT header value.
alg
Constructors
Instances
data JwsAlg Source
A subset of the signature algorithms from the JWA Spec.
data JweAlg Source
A subset of the key management algorithms from the JWA Spec.
data Enc Source
Content encryption algorithms from the JWA Spec. The optional algorithms A192CBC-HS384 and A192GCM are not supported yet.