MCPcopy
hub / github.com/golang/crypto / AlgorithmsConnMetadata

Interface AlgorithmsConnMetadata

ssh/connection.go:79–82  ·  view source on GitHub ↗

AlgorithmsConnMetadata is a ConnMetadata that can return the algorithms negotiated between client and server.

Source from the content-addressed store, hash-verified

77// AlgorithmsConnMetadata is a ConnMetadata that can return the algorithms
78// negotiated between client and server.
79type AlgorithmsConnMetadata interface {
80 ConnMetadata
81 Algorithms() NegotiatedAlgorithms
82}
83
84// DiscardRequests consumes and rejects all requests from the
85// passed-in channel.

Callers

nothing calls this directly

Implementers 4

dsaPrivateKeyssh/keys.go
wrappedSignerssh/keys.go
sshConnssh/connection.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…