var golang.org/x/crypto/openpgp.PublicKeyType

2 uses

	golang.org/x/crypto/openpgp (current package)
		keys.go#L18: var PublicKeyType = "PGP PUBLIC KEY BLOCK"
		keys.go#L244: 	if block.Type != PublicKeyType && block.Type != PrivateKeyType {