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,