type golang.org/x/crypto/openpgp/packet.OpaqueSubpacket
9 uses
golang.org/x/crypto/openpgp/packet (current package)
opaque.go#L86: type OpaqueSubpacket struct {
opaque.go#L93: func OpaqueSubpackets(contents []byte) (result []*OpaqueSubpacket, err error) {
opaque.go#L96: subPacket *OpaqueSubpacket
opaque.go#L109: func nextSubpacket(contents []byte) (subHeaderLen int, subPacket *OpaqueSubpacket, err error) {
opaque.go#L115: subPacket = &OpaqueSubpacket{}
opaque.go#L153: func (osp *OpaqueSubpacket) Serialize(w io.Writer) (err error) {
userattribute.go#L22: Contents []*OpaqueSubpacket
userattribute.go#L45: uat.Contents = append(uat.Contents, &OpaqueSubpacket{
userattribute.go#L53: func NewUserAttribute(contents ...*OpaqueSubpacket) *UserAttribute {
![]() |
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. |