golang.org/x/crypto/openpgp/packet.UserId.Serialize (method)

3 uses

	golang.org/x/crypto/openpgp/packet (current package)
		userid.go#L80: func (uid *UserId) Serialize(w io.Writer) error {

	golang.org/x/crypto/openpgp
		keys.go#L598: 		err = ident.UserId.Serialize(w)
		keys.go#L636: 		err = ident.UserId.Serialize(w)