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) {
![]() |
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. |