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) {