MCPcopy Index your code
hub / github.com/XTLS/Go / SignatureScheme

TypeAlias SignatureScheme

common.go:369–369  ·  view source on GitHub ↗

go:generate stringer -type=SignatureScheme,CurveID,ClientAuthType -output=common_string.go SignatureScheme identifies a signature algorithm supported by TLS. See RFC 8446, Section 4.2.3.

Source from the content-addressed store, hash-verified

367// SignatureScheme identifies a signature algorithm supported by TLS. See
368// RFC 8446, Section 4.2.3.
369type SignatureScheme uint16
370
371const (
372 // RSASSA-PKCS1-v1_5 algorithms.

Callers 4

unmarshalMethod · 0.85
unmarshalMethod · 0.85
unmarshalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected