golang.org/x/crypto/openpgp/packet.OpaqueSubpacket.Contents (field)
8 uses
golang.org/x/crypto/openpgp/packet (current package)
opaque.go#L88: Contents []byte
opaque.go#L104: contents = contents[subHeaderLen+len(subPacket.Contents):]
opaque.go#L146: subPacket.Contents = contents[1:subLen]
opaque.go#L155: n := serializeSubpacketLength(buf, len(osp.Contents)+1)
opaque.go#L160: _, err = w.Write(osp.Contents)
userattribute.go#L47: Contents: buf.Bytes()})
userattribute.go#L86: if sp.SubType == UserAttrImageSubpacket && len(sp.Contents) > 16 {
userattribute.go#L87: imageData = append(imageData, sp.Contents[16:])
![]() |
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. |