MCPcopy Index your code
hub / github.com/golang/crypto / algorithmOpenSSHCertSigner

Struct algorithmOpenSSHCertSigner

ssh/certs.go:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255type algorithmOpenSSHCertSigner struct {
256 *openSSHCertSigner
257 algorithmSigner AlgorithmSigner
258}
259
260// NewCertSigner returns a Signer that signs with the given Certificate, whose
261// private key is held by signer. It returns an error if the public key in cert

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected