crypto/x509/pkix.AttributeTypeAndValue.Type (field)
9 uses
crypto/x509/pkix (current package)
pkix.go#L52: oidString := tv.Type.String()
pkix.go#L100: Type asn1.ObjectIdentifier
pkix.go#L157: t := atv.Type
pkix.go#L207: s[i].Type = oid
pkix.go#L255: t := atv.Type
pkix.go#L276: if a.Type.Equal(oid) {
crypto/x509
parser.go#L129: if !atav.ReadASN1ObjectIdentifier(&attr.Type) {
x509.go#L1981: specifiedExtensions[atv.Type.String()] = true
x509.go#L1998: Type: e.Id,
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |