golang.org/x/crypto/ssh.Certificate.Key (field)
11 uses
golang.org/x/crypto/ssh (current package)
certs.go#L55: Key PublicKey
certs.go#L183: Key: key,
certs.go#L237: if bytes.Compare(cert.Key.Marshal(), signer.PublicKey().Marshal()) != 0 {
certs.go#L483: keyBytes := c.Key.Marshal()
certs.go#L499: algo, ok := certAlgoNames[c.Key.Type()]
certs.go#L501: panic("unknown cert key type " + c.Key.Type())
certs.go#L509: return c.Key.Verify(data, sig)
golang.org/x/crypto/ssh/agent
client.go#L732: if bytes.Compare(cert.Key.Marshal(), signer.PublicKey().Marshal()) != 0 {
server.go#L389: if err := ssh.Unmarshal(cert.Key.Marshal(), &rsaPub); err != nil {
server.go#L433: if err := ssh.Unmarshal(cert.Key.Marshal(), &w); err != nil {
server.go#L477: if err := ssh.Unmarshal(cert.Key.Marshal(), &ecdsaPub); err != nil {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |