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

9 uses

	golang.org/x/crypto/openpgp/packet (current package)
		packet.go#L399: 		p = new(UserAttribute)
		userattribute.go#L21: type UserAttribute struct {
		userattribute.go#L27: func NewUserAttributePhoto(photos ...image.Image) (uat *UserAttribute, err error) {
		userattribute.go#L28: 	uat = new(UserAttribute)
		userattribute.go#L53: func NewUserAttribute(contents ...*OpaqueSubpacket) *UserAttribute {
		userattribute.go#L54: 	return &UserAttribute{Contents: contents}
		userattribute.go#L57: func (uat *UserAttribute) parse(r io.Reader) (err error) {
		userattribute.go#L69: func (uat *UserAttribute) Serialize(w io.Writer) (err error) {
		userattribute.go#L84: func (uat *UserAttribute) ImageData() (imageData [][]byte) {