Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module Text.XML.Light.Proc

    No documentation available.

  2. class PKey k

    HsOpenSSL OpenSSL.EVP.Internal

    Instances of class PKey can be converted back and forth to VaguePKey.

  3. module OpenSSL.EVP.PKey

    An interface to asymmetric cipher keypair.

  4. class (Eq k, Typeable k, PKey k) => PublicKey k

    HsOpenSSL OpenSSL.EVP.PKey

    Instances of this class has at least public portion of a keypair. They might or might not have the private key.

  5. module OpenSSL.PEM

    An interface to PEM routines.

  6. type PemPasswordCallback = Int -> PemPasswordRWState -> IO String

    HsOpenSSL OpenSSL.PEM

    PemPasswordCallback represents a callback function to supply a password.

    • Int The maximum length of the password to be accepted.
    • PemPasswordRWState The context.
    • IO String The resulting password.

  7. data PemPasswordRWState

    HsOpenSSL OpenSSL.PEM

    PemPasswordRWState represents a context of PemPasswordCallback.

  8. data PemPasswordSupply

    HsOpenSSL OpenSSL.PEM

    PemPasswordSupply represents a way to supply password. FIXME: using PwTTY causes an error but I don't know why: "error:0906406D:PEM routines:DEF_CALLBACK:problems getting password"

  9. data PemX509ReqFormat

    HsOpenSSL OpenSSL.PEM

    PemX509ReqFormat represents format of PKCS#10 certificate request.

  10. PwBS :: ByteString -> PemPasswordSupply

    HsOpenSSL OpenSSL.PEM

    password in a static bytestring.

Page 280 of many | Previous | Next