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. pattern ProtocolType_Handshake :: ProtocolType

    tls Network.TLS

    No documentation available.

  2. pattern ProtocolVersion :: AlertDescription

    tls Network.TLS

    No documentation available.

  3. data PubKey

    tls Network.TLS

    Public key types known and used in X.509

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

    tls Network.TLS

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

  5. PubKeyDSA :: PublicKey -> PubKey

    tls Network.TLS

    DSA public key

  6. PubKeyEC :: PubKeyEC -> PubKey

    tls Network.TLS

    EC public key

  7. PubKeyEd25519 :: PublicKey -> PubKey

    tls Network.TLS

    Ed25519 public key

  8. PubKeyEd448 :: PublicKey -> PubKey

    tls Network.TLS

    Ed448 public key

  9. PubKeyRSA :: PublicKey -> PubKey

    tls Network.TLS

    RSA public key

  10. PubKeyUnknown :: OID -> ByteString -> PubKey

    tls Network.TLS

    unrecognized format

Page 252 of many | Previous | Next