TLSSession.this

New session (sets session start time)

  1. this(Vector!ubyte session_identifier, SecureVector!ubyte master_secret, SecureVector!ubyte orig_hs_hash, TLSProtocolVersion _version, ushort ciphersuite, ubyte compression_method, ConnectionSide side, size_t fragment_size, bool extended_master_secret, Vector!X509Certificate certs, Vector!ubyte ticket, TLSServerInformation server_info, string srp_identifier)
    class TLSSession
  2. this(const(ubyte)* ber, size_t ber_len)
  3. this(string pem)

Meta