type golang.org/x/crypto/openpgp/packet.UserId

9 uses

	golang.org/x/crypto/openpgp/packet (current package)
		packet.go#L397: 		p = new(UserId)
		userid.go#L16: type UserId struct {
		userid.go#L34: func NewUserId(name, comment, email string) *UserId {
		userid.go#L45: 	uid := new(UserId)
		userid.go#L67: func (uid *UserId) parse(r io.Reader) (err error) {
		userid.go#L80: func (uid *UserId) Serialize(w io.Writer) error {

	golang.org/x/crypto/openpgp
		keys.go#L38: 	UserId        *packet.UserId
		keys.go#L347: 		case *packet.UserId:
		keys.go#L401: func addUserID(e *Entity, packets *packet.Reader, pkt *packet.UserId) error {