type github.com/refraction-networking/utls.SignatureAlgorithmsCertExtension
7 uses
github.com/refraction-networking/utls (current package)
u_tls_extensions.go#L65: return &SignatureAlgorithmsCertExtension{}
u_tls_extensions.go#L529: type SignatureAlgorithmsCertExtension struct {
u_tls_extensions.go#L533: func (e *SignatureAlgorithmsCertExtension) Len() int {
u_tls_extensions.go#L537: func (e *SignatureAlgorithmsCertExtension) Read(b []byte) (int, error) {
u_tls_extensions.go#L556: func (e *SignatureAlgorithmsCertExtension) UnmarshalJSON(data []byte) error {
u_tls_extensions.go#L582: func (e *SignatureAlgorithmsCertExtension) Write(b []byte) (int, error) {
u_tls_extensions.go#L603: func (e *SignatureAlgorithmsCertExtension) writeToUConn(uc *UConn) error {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |