golang.org/x/crypto/ssh.wrappedSigner.pubKey (field)
8 uses
golang.org/x/crypto/ssh (current package)
keys.go#L944: pubKey PublicKey
keys.go#L960: return s.pubKey
keys.go#L970: if _, ok := s.pubKey.(*rsaPublicKey); ok {
keys.go#L986: algorithm = s.pubKey.Type()
keys.go#L987: } else if algorithm != s.pubKey.Type() {
keys.go#L991: switch key := s.pubKey.(type) {
keys.go#L1019: switch s.pubKey.(type) {
keys.go#L1030: switch s.pubKey.(type) {
![]() |
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. |