Searched refs:TLSType (Results 1 – 9 of 9) sorted by relevance
17 type TLSType uint8 type21 TLSChangeCipherSpec TLSType = 2022 TLSAlert TLSType = 2123 TLSHandshake TLSType = 2224 TLSApplicationData TLSType = 2325 TLSUnknown TLSType = 25529 func (tt TLSType) String() string {96 ContentType TLSType141 h.ContentType = TLSType(data[0])
17 type TLSType uint8 type21 TLSChangeCipherSpec TLSType = 2022 TLSAlert TLSType = 2123 TLSHandshake TLSType = 2224 TLSApplicationData TLSType = 2325 TLSUnknown TLSType = 25529 func (tt TLSType) String() string {96 ContentType TLSType142 h.ContentType = TLSType(data[0])
8 type TLSType string type38 StandardTLS TLSType = "standard-tls"39 EnhancedTLS TLSType = "enhanced-tls"98 SecureNetwork TLSType `json:"secureNetwork"`