golang.org/x/crypto/openpgp.Key.PrivateKey (field)

5 uses

	golang.org/x/crypto/openpgp (current package)
		keys.go#L56: 	PrivateKey    *packet.PrivateKey
		read.go#L156: 			if pk.key.PrivateKey == nil {
		read.go#L159: 			if !pk.key.PrivateKey.Encrypted {
		read.go#L161: 					pk.encryptedKey.Decrypt(pk.key.PrivateKey, config)
		write.go#L179: 		signer = signKey.PrivateKey