golang.org/x/crypto/openpgp/packet.UserAttribute.Contents (field)
7 uses
golang.org/x/crypto/openpgp/packet (current package)
userattribute.go#L22: Contents []*OpaqueSubpacket
userattribute.go#L45: uat.Contents = append(uat.Contents, &OpaqueSubpacket{
userattribute.go#L54: return &UserAttribute{Contents: contents}
userattribute.go#L63: uat.Contents, err = OpaqueSubpackets(b)
userattribute.go#L71: for _, sp := range uat.Contents {
userattribute.go#L85: for _, sp := range uat.Contents {
![]() |
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. |