Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
jose Crypto.JOSE.JWE No documentation available.
class
HasJWSHeader (a :: Type -> Type)jose Crypto.JOSE.JWS No documentation available.
-
jose Crypto.JOSE.JWS JWS Header data type.
jwsHeader :: HasJWSHeader a => Lens' (a p) (JWSHeader p)jose Crypto.JOSE.JWS No documentation available.
makeJWSHeader :: (MonadError e m, AsError e, ProtectionIndicator p) => JWK -> m (JWSHeader p)jose Crypto.JOSE.JWS Make a JWS header for the given signing key. Uses bestJWSAlg to choose the algorithm. If set, the JWK's "kid", "x5u", "x5c", "x5t" and "x5t#S256" parameters are copied to the JWS header (as protected parameters). May return KeySizeTooSmall or KeyMismatch.
newJWSHeader :: (p, Alg) -> JWSHeader pjose Crypto.JOSE.JWS Construct a minimal header with the given algorithm and protection indicator for the alg header.
-
jose Crypto.JOSE.JWS Return the raw base64url-encoded protected header value. If the Signature was decoded from JSON, this returns the original string value as-is. Application code should never need to use this. It is exposed for testing purposes.
reduceHeads :: C a => T a -> T anumeric-prelude MathObj.PartialFraction A normalization step which separates the integer part from the leading fraction of each sub-list.
ApiKeyHeader :: ApiKeyLocationswagger2 Data.Swagger No documentation available.
-
swagger2 Data.Swagger Custom headers that are expected as part of the request.