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.

  1. JWEHeader :: Maybe AlgWithParams -> HeaderParam p Enc -> Maybe Text -> Maybe (HeaderParam p URI) -> Maybe (HeaderParam p JWK) -> Maybe (HeaderParam p Text) -> Maybe (HeaderParam p URI) -> Maybe (HeaderParam p (NonEmpty SignedCertificate)) -> Maybe (HeaderParam p Base64SHA1) -> Maybe (HeaderParam p Base64SHA256) -> Maybe (HeaderParam p Text) -> Maybe (HeaderParam p Text) -> Maybe (NonEmpty Text) -> JWEHeader p

    jose Crypto.JOSE.JWE

    No documentation available.

  2. class HasJWSHeader (a :: Type -> Type)

    jose Crypto.JOSE.JWS

    No documentation available.

  3. data JWSHeader p

    jose Crypto.JOSE.JWS

    JWS Header data type.

  4. jwsHeader :: HasJWSHeader a => Lens' (a p) (JWSHeader p)

    jose Crypto.JOSE.JWS

    No documentation available.

  5. 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.

  6. newJWSHeader :: (p, Alg) -> JWSHeader p

    jose Crypto.JOSE.JWS

    Construct a minimal header with the given algorithm and protection indicator for the alg header.

  7. rawProtectedHeader :: forall (a :: Type -> Type) p . (HasParams a, ProtectionIndicator p) => Signature p a -> ByteString

    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.

  8. reduceHeads :: C a => T a -> T a

    numeric-prelude MathObj.PartialFraction

    A normalization step which separates the integer part from the leading fraction of each sub-list.

  9. ApiKeyHeader :: ApiKeyLocation

    swagger2 Data.Swagger

    No documentation available.

  10. ParamHeader :: ParamLocation

    swagger2 Data.Swagger

    Custom headers that are expected as part of the request.

Page 204 of many | Previous | Next