Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. pattern ProtocolType_AppData :: ProtocolType

    tls Network.TLS

    No documentation available.

  2. pattern ProtocolType_ChangeCipherSpec :: ProtocolType

    tls Network.TLS

    No documentation available.

  3. pattern ProtocolType_Handshake :: ProtocolType

    tls Network.TLS

    No documentation available.

  4. pattern ProtocolVersion :: AlertDescription

    tls Network.TLS

    No documentation available.

  5. data PubKey

    tls Network.TLS

    Public key types known and used in X.509

  6. PubKeyDH :: (Integer, Integer, Integer, Maybe Integer, ([Word8], Integer)) -> PubKey

    tls Network.TLS

    DH format with (p,g,q,j,(seed,pgenCounter))

  7. PubKeyDSA :: PublicKey -> PubKey

    tls Network.TLS

    DSA public key

  8. PubKeyEC :: PubKeyEC -> PubKey

    tls Network.TLS

    EC public key

  9. PubKeyEd25519 :: PublicKey -> PubKey

    tls Network.TLS

    Ed25519 public key

  10. PubKeyEd448 :: PublicKey -> PubKey

    tls Network.TLS

    Ed448 public key

Page 252 of many | Previous | Next