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 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |