encoding/asn1.RawValue.Tag (field)
11 uses
encoding/asn1 (current package)
asn1.go#L215: var NullRawValue = RawValue{Tag: TagNull}
asn1.go#L513: Class, Tag int
marshal.go#L615: t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{rv.Class, rv.Tag, len(rv.Bytes), rv.IsCompound}))
crypto/x509
parser.go#L165: ai.Parameters.Tag = int(tag)
x509.go#L1077: rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeDNS, Class: 2, Bytes: []byte(name)})
x509.go#L1083: rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeEmail, Class: 2, Bytes: []byte(email)})
x509.go#L1091: rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeIP, Class: 2, Bytes: ip})
x509.go#L1098: rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeURI, Class: 2, Bytes: []byte(uriStr)})
x509.go#L1171: Location: asn1.RawValue{Tag: 6, Class: 2, Bytes: []byte(name)},
x509.go#L1177: Location: asn1.RawValue{Tag: 6, Class: 2, Bytes: []byte(name)},
x509.go#L1318: {Tag: 6, Class: 2, Bytes: []byte(name)},
 |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |